forked from AuroraMiddleware/gtk
window: g_object_notify() on type-hint change
This commit is contained in:
parent
38a07cde75
commit
b0ac837271
@ -3516,6 +3516,8 @@ gtk_window_set_type_hint (GtkWindow *window,
|
||||
else
|
||||
priv->reset_type_hint = TRUE;
|
||||
|
||||
g_object_notify (G_OBJECT (window), "type-hint");
|
||||
|
||||
update_window_buttons (window);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user