setup class/selector, before opening the interface;
authorClaus Gittinger <cg@exept.de>
Fri, 21 Aug 1998 21:00:30 +0200
changeset 964 476235fbb312
parent 963 62cdb7923a3b
child 965 4f786b46a569
setup class/selector, before opening the interface; (dbl-click from browser showed empty spec sometimes)
UIPainter.st
--- a/UIPainter.st	Fri Aug 21 20:58:27 1998 +0200
+++ b/UIPainter.st	Fri Aug 21 21:00:30 1998 +0200
@@ -2861,12 +2861,16 @@
         (self confirm:'No class given to the GUI Painter (class was probably renamed?)\\Open anyway (to create a new window spec) ?' withCRs)
         ifFalse:[^ nil].
     ].
-    self openInterface.
 
     specSelector := aSelector.
     specClass := aClass.
 
-
+    self openInterface.
+
+"/    specSelector := aSelector.
+"/    specClass := aClass.
+
+    "Modified: / 21.8.1998 / 20:59:15 / cg"
 !
 
 postOpenWith: aBuilder