forked from AuroraMiddleware/gtk
stack switcher: Notify consistently
Whether to notify a property change should not depend on whether the switcher is associated with a stack or not.
This commit is contained in:
parent
530aa3cced
commit
4aceee71c5
@ -474,8 +474,9 @@ gtk_stack_switcher_set_icon_size (GtkStackSwitcher *switcher,
|
||||
{
|
||||
clear_switcher (switcher);
|
||||
populate_switcher (switcher);
|
||||
g_object_notify (G_OBJECT (switcher), "icon-size");
|
||||
}
|
||||
|
||||
g_object_notify (G_OBJECT (switcher), "icon-size");
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user