resources/RooUsage.txt
[app.Builder.js] / src / Builder4 / GtkView.vala
index 0d8b725..9851abb 100644 (file)
@@ -49,7 +49,7 @@ public class Xcls_GtkView : Object
 
         //listeners
         this.el.size_allocate.connect( (aloc) => {
-        
+         
             this.width = aloc.width;
             this.height =aloc.height;
         });
@@ -534,9 +534,9 @@ public class Xcls_GtkView : Object
             var sbuf = (Gtk.SourceBuffer) buf;
         
            
-            //while(Gtk.events_pending()) {
-             //   Gtk.main_iteration();
-            //}
+            while(Gtk.events_pending()) {
+                Gtk.main_iteration();
+            }
             
            
             // clear all the marks..