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:
Jehan 2025-01-15 23:44:05 +01:00
parent 6b10cce682
commit 14cb6451dd
1 changed files with 1 additions and 1 deletions

View File

@ -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(