Don't show operations menu on command presentations
parent
bfa5b80f57
commit
e7ce4eb69b
|
@ -30,9 +30,13 @@ C: presentation ( button object command -- button )
|
|||
make-pile 1 over set-pack-fill ;
|
||||
|
||||
: operations-menu ( presentation -- gadget )
|
||||
dup presentation-command [
|
||||
drop
|
||||
] [
|
||||
dup presentation-object
|
||||
dup object-operations <commands-menu>
|
||||
swap show-menu ;
|
||||
swap show-menu
|
||||
] if ;
|
||||
|
||||
: invoke-presentation ( presentation -- )
|
||||
dup presentation-object swap presentation-command
|
||||
|
|
Loading…
Reference in New Issue