Tools__CodeView2.st
changeset 17242 d5090925b22c
parent 17039 8ba8072d1b4f
child 17254 e3d0bbb6b28f
--- a/Tools__CodeView2.st	Sat Jan 21 04:05:15 2017 +0100
+++ b/Tools__CodeView2.st	Sat Jan 21 04:05:47 2017 +0100
@@ -3833,8 +3833,9 @@
 
 buttonMotion:button x:x y:y
 
-    (codeView buttonMotion:button x:x y:y in: self)
-        ifFalse:[super buttonMotion:button x:x y:y].
+    (codeView buttonMotion:button x:x y:y in: self) ifFalse:[
+        super buttonMotion:button x:x y:y
+    ].
 
     "Created: / 14-02-2010 / 16:23:09 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified: / 06-03-2010 / 20:10:10 / Jan Vrany <jan.vrany@fit.cvut.cz>"