# HG changeset patch # User ca # Date 1032784736 -7200 # Node ID 1823c35b66d293d8a1dbfb45585e4028798cd7ef # Parent 54f978ea4b6649daa5f5a7c0e683e5a52380debf disable argument under delayed linked menu diff -r 54f978ea4b66 -r 1823c35b66d2 MenuEditor.st --- a/MenuEditor.st Mon Sep 23 14:22:29 2002 +0200 +++ b/MenuEditor.st Mon Sep 23 14:38:56 2002 +0200 @@ -2413,9 +2413,6 @@ addBindingsTo:aspects for:aMenuEditor "add additional bindings to the aspects " - aspects at:#falseChannel ifAbsentPut:[ - false asValue - ]. aspects at:#notDelayedMenu ifAbsentPut:[ true asValue ]. @@ -3298,7 +3295,7 @@ #name: 'basicsEditSpec' #min: #(#Point 10 10) #max: #(#Point 1160 870) - #bounds: #(#Rectangle 346 355 686 695) + #bounds: #(#Rectangle 93 330 433 670) ) #component: #(#SpecCollection @@ -3391,6 +3388,7 @@ #name: 'argumentField' #layout: #(#LayoutFrame 110 0 104 0 -5 1.0 126 0) #activeHelpKey: #basicsMenuArgument + #enableChannel: #notDelayedMenu #tabable: true #model: #argument #group: #inputGroup