ui.backend.cocoa.views: use world get-global in touchbar-commands.

factor-shell
John Benediktsson 2018-01-19 15:39:52 -08:00
parent 4a50385af1
commit dcb06f3cbd
1 changed files with 1 additions and 1 deletions

View File

@ -162,7 +162,7 @@ CONSTANT: selector>action H{
[ swap world-focus parents-handle-gesture? t ] [ drop f f ] if* ;
: touchbar-commands ( -- commands/f gadget )
world get [
world get-global [
children>> [
class-of "commands" word-prop
"touchbar" of dup [ commands>> ] when