scrollbar: notify when setting the orientation

This commit is contained in:
Timm Bäder 2017-06-16 15:22:59 +02:00 committed by Matthias Clasen
parent 58ed506c59
commit c56bad4be5

View File

@ -180,6 +180,7 @@ gtk_scrollbar_set_property (GObject *object,
_gtk_orientable_set_style_classes (GTK_ORIENTABLE (self));
gtk_widget_queue_resize (GTK_WIDGET (self));
g_object_notify_by_pspec (object, pspec);
}
}
break;