gtk: remove CSD styling when CSDs aren't used

Fixes #2023
This commit is contained in:
Leah Amelia Chen
2025-02-05 09:01:15 +01:00
parent cdd2099090
commit 0c1f3d724d

View File

@ -667,6 +667,7 @@ fn gtkWindowNotifyDecorated(
// class is defined in the GtkWindow documentation:
// https://docs.gtk.org/gtk4/class.Window.html#css-nodes. A definition
// for .ssd is provided by GTK and Adwaita.
toggleCssClass(@ptrCast(object), "csd", is_decorated);
toggleCssClass(@ptrCast(object), "ssd", !is_decorated);
toggleCssClass(@ptrCast(object), "no-border-radius", !is_decorated);