src/Builder4/WindowRooView.bjs
[app.Builder.js] / src / Builder4 / WindowRooView.vala
index bf975f3..dde87af 100644 (file)
@@ -1206,7 +1206,13 @@ public class Xcls_WindowRooView : Object
             
             
             // get the cursor and scroll position....
-            
+            var buf = this.el.get_buffer();
+         
+            Gtk.TextIter cpos;
+            buf.get_iter_at_offset(out cpos, buf.cursor_position);
+           
+           
+           
             
             var buf = this.el.get_buffer();
             buf.set_text("",0);