*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 31 Oct 2007 11:40:49 +0100
changeset 2191 88d55c87942d
parent 2190 5bb9504b58bd
child 2192 398c9aba6588
*** empty log message ***
UIPainterView.st
--- a/UIPainterView.st	Mon Oct 29 17:06:13 2007 +0100
+++ b/UIPainterView.st	Wed Oct 31 11:40:49 2007 +0100
@@ -1657,16 +1657,17 @@
 !UIPainterView methodsFor:'menus'!
 
 showMiddleButtonMenu
-    "show the middle button menu; this returns nil
-    "
+    "show the middle button menu; this returns nil"
 
     |m|
 
     self enabled ifTrue:[
-	m := MenuPanel fromSpec:(UIPainter menuEdit) receiver:self superView application.
-	self startUpMenu:m
+        m := MenuPanel fromSpec:(UIPainter menuEdit) receiver:self superView application.
+        self startUpMenu:m
     ].
-  ^ nil
+    ^ nil
+
+    "Modified: / 31-10-2007 / 11:10:10 / cg"
 ! !
 
 !UIPainterView methodsFor:'private-handles'!