mirror of
https://github.com/labwc/labwc.git
synced 2026-04-17 06:46:28 -04:00
tree-wide: use markup only when an accelerator is defined with _
This commit is contained in:
parent
58fa089749
commit
c6681876b5
8 changed files with 23 additions and 23 deletions
|
|
@ -27,6 +27,7 @@ struct menuitem {
|
|||
struct menu *parent;
|
||||
struct menu *submenu;
|
||||
bool selectable;
|
||||
bool use_markup;
|
||||
enum menuitem_type type;
|
||||
int native_width;
|
||||
struct wlr_scene_tree *tree;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue