ui.gadgets.slots: removing unnecessary tuples.

char-rename
John Benediktsson 2016-12-31 18:54:18 -08:00
parent 98b6fdeaa3
commit 1c9909cd76
2 changed files with 1 additions and 7 deletions

View File

@ -6,12 +6,6 @@ ui.gadgets.scrollers ui.gadgets.toolbar ui.gadgets.tracks
ui.gestures ui.tools.common ;
IN: ui.gadgets.slots
TUPLE: update-object ;
TUPLE: update-slot ;
TUPLE: edit-slot ;
TUPLE: slot-editor < track ref close-hook update-hook text ;
: revert ( slot-editor -- )

View File

@ -124,7 +124,7 @@ M: inspector-gadget focusable-child*
\ inspector-help H{ { +nullary+ t } } define-command
inspector-gadget "toolbar" f {
{ T{ update-object } com-refresh }
{ T{ key-down f f "r" } com-refresh }
{ T{ key-down f f "p" } com-push }
{ T{ key-down f f "e" } com-edit-slot }
{ T{ key-down f f "F1" } inspector-help }