resources/RooUsage.txt
[app.Builder.js] / src / Builder4 / WindowRooView.vala
index 43c0b70..ecddd4d 100644 (file)
@@ -1338,9 +1338,10 @@ public class Xcls_WindowRooView : Object
                 }
             
             }
-            if (scroll) {
+            if (scroll && (cursor_at_line > end_line || cursor_at_line < start_line)) {
                    Gtk.TextIter cpos_iter;
                        buf.get_iter_at_line(out cpos_iter, start_line);
+                       
                        buf.place_cursor(cpos_iter); 
                }
         
@@ -1476,7 +1477,7 @@ public class Xcls_WindowRooView : Object
                 str, 
                  "", // _this.key, 
                 "file", //_this.ptype,
-                _this.file,
+                _this.file, 
                 null
             );