mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-07-02 00:51:14 +00:00
Issue #12308: [macOS] dockable dialogues disabled on Windows menu.
Using the app. prefix/group for the top menu works better for the GIMP_GTK_MENUBAR variant of the menubar (which is what is used on macOS to get the macOS-style menu). The whole action group code should be reviewed and straightened up eventually!
This commit is contained in:
parent
6b10cce682
commit
14cb6451dd
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ foreach menu_filegen : [ 'dockable-menu.ui', 'image-menu.ui', ]
|
|||
if menu_filegen == 'dockable-menu.ui'
|
||||
group = 'dockable'
|
||||
else
|
||||
group = 'dialogs'
|
||||
group = 'app'
|
||||
endif
|
||||
conf.set('GROUP', group)
|
||||
included_file = configure_file(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue