UIPainter.st
changeset 3132 461c7f2b2148
parent 3130 935ad3a85262
child 3137 3f3d24b1bed7
--- 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.