UIPainter.st
changeset 964 476235fbb312
parent 952 c6408190dc6d
child 966 bbea01c1de98
--- 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