mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 14:20:21 +00:00
Handle the opposite case too
Just in case.
This commit is contained in:
parent
54fed96f8c
commit
61fe5ac684
@ -4478,6 +4478,8 @@ update_window_style_classes (GtkWindow *window)
|
||||
}
|
||||
else
|
||||
{
|
||||
gtk_widget_remove_css_class (widget, "tiled");
|
||||
|
||||
if (edge_constraints & GDK_TOPLEVEL_STATE_TOP_TILED)
|
||||
gtk_widget_add_css_class (widget, "tiled-top");
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user