src/Builder4/PopoverEditor.bjs
authorAlan <alan@roojs.com>
Fri, 13 May 2022 03:00:41 +0000 (11:00 +0800)
committerAlan <alan@roojs.com>
Fri, 13 May 2022 03:00:41 +0000 (11:00 +0800)
src/Builder4/PopoverEditor.vala

src/Builder4/PopoverEditor.bjs
src/Builder4/PopoverEditor.vala

index 8ce726d..bbbba10 100644 (file)
@@ -44,7 +44,9 @@
     "\t// window + header?",
     " ",
     "\tthis.el.show_all();",
-    " ",
+    "    //while(Gtk.events_pending()) { ",
+    "    //        Gtk.main_iteration();   // why?",
+    "    //}  ",
     "",
     "}",
     ""
index 6af220e..c5b0ff3 100644 (file)
@@ -68,7 +68,9 @@ public class Xcls_PopoverEditor : Object
        // window + header?
      
        this.el.show_all();
-     
+        //while(Gtk.events_pending()) { 
+        //        Gtk.main_iteration();   // why?
+        //}  
     
     }
 }