ui/gtk/text.c

changeset 680
a4795b40e679
parent 669
5b930e8c3a87
child 788
27f126f6e361
--- a/ui/gtk/text.c	Mon Jul 28 21:23:49 2025 +0200
+++ b/ui/gtk/text.c	Mon Jul 28 21:28:43 2025 +0200
@@ -1118,7 +1118,7 @@
             pathtf);
     
     UI_APPLY_LAYOUT2(current, args);
-    current->container->add(current->container, eventbox, FALSE);
+    current->container->add(current->container, eventbox);
     
     // hbox as parent for the GtkEntry and GtkButtonBox
     GtkWidget *hbox = ui_gtk_hbox_new(0);

mercurial