# HG changeset patch # User Claus Gittinger # Date 1193827249 -3600 # Node ID 88d55c87942d95ff7568a7ecf48a9fea2ee04765 # Parent 5bb9504b58bdc3bd67a615d55b0d8f3135398837 *** empty log message *** diff -r 5bb9504b58bd -r 88d55c87942d 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'!