class: UIPainter
authorStefan Vogel <sv@exept.de>
Tue, 24 Jun 2014 12:37:33 +0200
changeset 3132 461c7f2b2148
parent 3131 c712ed879255
child 3133 da754c6e65af
class: UIPainter changed: #setupCanvasAndSelectionPanel avoid recursion on #raiseDeIconfied of an iconified windows
UIPainter.st
--- a/UIPainter.st	Sat Jun 21 12:59:03 2014 +0200
+++ b/UIPainter.st	Tue Jun 24 12:37:33 2014 +0200
@@ -5014,6 +5014,10 @@
 setupCanvasAndSelectionPanel
     |topView galleryWindow icon|
 
+    painterView isOpen ifTrue:[
+        ^ self.
+    ].
+
     icon := Smalltalk imageFromFileNamed:'UIPainter.xbm' forClass:self class.
 
     topView := self window.