[gtk+/wip/baedert/drawing: 241/355] scrollbar: notify when setting the orientation
- From: Timm Bäder <baedert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/wip/baedert/drawing: 241/355] scrollbar: notify when setting the orientation
- Date: Tue, 11 Jul 2017 16:48:35 +0000 (UTC)
commit 3e9a164d0b9d6f974d0cae60b1ebdd239d76796d
Author: Timm Bäder <mail baedert org>
Date: Fri Jun 16 15:22:59 2017 +0200
scrollbar: notify when setting the orientation
gtk/gtkscrollbar.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtkscrollbar.c b/gtk/gtkscrollbar.c
index 2f6b7c8..7d77f68 100644
--- a/gtk/gtkscrollbar.c
+++ b/gtk/gtkscrollbar.c
@@ -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;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]