We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6920bbe commit b383741Copy full SHA for b383741
src/panel/widgets/window-list/toplevel.cpp
@@ -68,7 +68,6 @@ class WayfireToplevel::impl
68
button_contents.set_spacing(5);
69
button.set_child(button_contents);
70
button.set_tooltip_text("none");
71
- set_state(0); // will set the appropriate button style
72
73
label.set_ellipsize(Pango::EllipsizeMode::END);
74
label.set_hexpand(true);
@@ -155,6 +154,7 @@ class WayfireToplevel::impl
155
154
this->window_list = window_list;
156
157
send_rectangle_hints();
+ set_state(0); // will set the appropriate button style
158
}
159
160
int grab_off_x;
0 commit comments