ui/gtk/headerbar.c

changeset 58
0d25f15e2625
parent 56
294d5515583a
--- a/ui/gtk/headerbar.c	Wed Oct 23 18:25:28 2024 +0200
+++ b/ui/gtk/headerbar.c	Wed Oct 23 18:25:43 2024 +0200
@@ -114,7 +114,7 @@
         UiObject *obj,
         enum UiToolbarPos pos)
 {
-    GtkWidget *button = ui_create_button(obj, item->args.label, item->args.icon, item->args.onclick, item->args.onclickdata, 0);
+    GtkWidget *button = ui_create_button(obj, item->args.label, item->args.icon, item->args.onclick, item->args.onclickdata, 0, FALSE);
     WIDGET_ADD_CSS_CLASS(button, "flat");
     headerbar_add(headerbar, box, button, pos);
 }

mercurial