commit-gnue
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnue] r9554 - trunk/gnue-forms/src/input/displayHandlers


From: reinhard
Subject: [gnue] r9554 - trunk/gnue-forms/src/input/displayHandlers
Date: Tue, 8 May 2007 12:00:07 -0500 (CDT)

Author: reinhard
Date: 2007-05-08 12:00:06 -0500 (Tue, 08 May 2007)
New Revision: 9554

Modified:
   trunk/gnue-forms/src/input/displayHandlers/Cursor.py
Log:
Fixed requestINSERTAT handler (only used by gtk2 multiline entry).


Modified: trunk/gnue-forms/src/input/displayHandlers/Cursor.py
===================================================================
--- trunk/gnue-forms/src/input/displayHandlers/Cursor.py        2007-05-08 
14:06:22 UTC (rev 9553)
+++ trunk/gnue-forms/src/input/displayHandlers/Cursor.py        2007-05-08 
17:00:06 UTC (rev 9554)
@@ -214,7 +214,7 @@
     def _insertTextAt(self, event):
 
         self.__change_text(event.position, event.position, event.text,
-                event.position)
+                event.position + len(event.text))
 
     # -------------------------------------------------------------------------
 





reply via email to

[Prev in Thread] Current Thread [Next in Thread]