Skip to content

Commit 48c2caf

Browse files
committed
keyboard-gui: menus: inherit from thundersnow-common
1 parent 320bb1e commit 48c2caf

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/keyboard-gui.lisp

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,9 @@
8484
:inherit-from (thundersnow-common-file-command-table)
8585
:inherit-menu t)
8686

87-
(define-command-table keyboard-gui-edit-command-table)
87+
(define-command-table keyboard-gui-edit-command-table
88+
:inherit-from (thundersnow-common-edit-command-table)
89+
:inherit-menu t)
8890

8991
(define-keyboard-gui-command (com-resize-event) ((record 'event) (offset-x 'real :default 0) (offset-y 'real :default 0))
9092
;; (declare (ignorable record offset-x offset-y))
@@ -127,7 +129,9 @@
127129
(object presentation window x y)
128130
(list presentation x y))
129131

130-
(define-command-table keyboard-gui-view-command-table)
132+
(define-command-table keyboard-gui-view-command-table
133+
:inherit-from (thundersnow-common-view-command-table)
134+
:inherit-menu t)
131135

132136
(define-command-table keyboard-gui-tools-command-table
133137
:inherit-from (thundersnow-common-tools-command-table)

0 commit comments

Comments
 (0)