UIPainter.st
changeset 267 6feed486f1f1
parent 265 28478a237d91
child 268 ea20be33291b
--- a/UIPainter.st	Mon Jul 28 18:13:04 1997 +0200
+++ b/UIPainter.st	Mon Jul 28 18:14:00 1997 +0200
@@ -1246,6 +1246,11 @@
         (aspect := specTool specification menu) notNil ifTrue:[
             aspect := aspect asSymbol
         ] ifFalse:[
+            "/ cg: q&d hack ...
+
+            self warn:'first enter (and confirm) the menus selector.'.
+            ^ self.
+
             aspect := treeView propertySelected.
             aspect notNil ifTrue:[
                 Object errorSignal handle:[:ex |
@@ -1261,7 +1266,7 @@
         editor openModalOnClass:cls andSelector:aspect
     ]
 
-    "Modified: 28.7.1997 / 10:36:36 / cg"
+    "Modified: 28.7.1997 / 18:11:16 / cg"
 ! !
 
 !UIPainter methodsFor:'active help'!