Try to fix the redraw bug
authorvrany
Tue, 27 Sep 2011 20:29:00 +0200
changeset 10727 b2fc73a2b1fe
parent 10726 4923229d1e44
child 10728 463a51112b1d
Try to fix the redraw bug
Tools__CodeNavigationService.st
--- a/Tools__CodeNavigationService.st	Tue Sep 27 20:12:03 2011 +0200
+++ b/Tools__CodeNavigationService.st	Tue Sep 27 20:29:00 2011 +0200
@@ -264,7 +264,7 @@
             or:[key == #CursorUp]]]) ifTrue:[   
             view sensor pushUserEvent:#highlightVariableAtCursor for:self .
         ] ifFalse:[
-            self highlightClear.
+            view sensor pushUserEvent:#highlightClear for:self .
         ]
 
     ].
@@ -272,7 +272,7 @@
 
     "Created: / 06-03-2010 / 20:50:45 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified: / 05-09-2011 / 05:17:30 / cg"
-    "Modified: / 16-09-2011 / 15:28:59 / Jan Vrany <jan.vrany@fit.cvut.cz>"
+    "Modified: / 27-09-2011 / 19:24:13 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 keyRelease: key x:x y:y in: view
@@ -593,7 +593,7 @@
 !CodeNavigationService class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeNavigationService.st,v 1.14 2011-09-16 16:37:04 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__CodeNavigationService.st,v 1.15 2011-09-27 18:29:00 vrany Exp $'
 !
 
 version_SVN