diff -r dd70070d6652 -r 6feed486f1f1 UIPainter.st --- 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'!