diff -r 62cdb7923a3b -r 476235fbb312 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