window: Make resizeability changes work

We were forgetting to update the toplevel
properties here.
This commit is contained in:
Matthias Clasen 2021-08-19 16:03:58 -04:00
parent fca87d93e9
commit f5b6488eb2

View File

@ -5580,6 +5580,9 @@ gtk_window_set_resizable (GtkWindow *window,
update_window_actions (window);
gtk_window_update_toplevel (window,
gtk_window_compute_base_layout (window));
gtk_widget_queue_resize (GTK_WIDGET (window));
g_object_notify_by_pspec (G_OBJECT (window), window_props[PROP_RESIZABLE]);