tuikit/widgets/textbox.py
changeset 108 11dac45bfba4
parent 104 742e504ec053
child 113 6796adfdc7eb
--- a/tuikit/widgets/textbox.py	Wed Sep 03 08:57:06 2014 +0200
+++ b/tuikit/widgets/textbox.py	Wed Sep 03 08:57:24 2014 +0200
@@ -22,6 +22,7 @@
         # This variable rememberes horizontal position of cursor
         # for the case when cursor moves to shorter line.
         self.cursor_column = 0
+        self._cursor.update(0, 0)
         # selection - line and column of selection start
         self.sel_line = 0
         self.sel_column = 0