forked from AuroraMiddleware/gtk
GtkScale: Always chain up in notify
Pointed out by Stefan Sauer.
This commit is contained in:
parent
edd888f92b
commit
57126ae56b
@ -200,7 +200,8 @@ gtk_scale_notify (GObject *object,
|
||||
compare_marks,
|
||||
GINT_TO_POINTER (gtk_range_get_inverted (GTK_RANGE (scale))));
|
||||
}
|
||||
else if (G_OBJECT_CLASS (gtk_scale_parent_class)->notify)
|
||||
|
||||
if (G_OBJECT_CLASS (gtk_scale_parent_class)->notify)
|
||||
G_OBJECT_CLASS (gtk_scale_parent_class)->notify (object, pspec);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user