menus: move menus to submenus of tab menu
Fixes #9883 There were menus that put their entries directly in the tab menu rather than in a submenu. This moves them to submenus to bring back GIMP 2.10 behavior. Stray entries added by scripts are also moved to the right submenu.
This commit is contained in:

committed by
Jacob Boerema

parent
08c1fdc719
commit
0d512085f3
@ -102,7 +102,7 @@ class PaletteOffset (Gimp.PlugIn):
|
||||
procedure.add_argument_from_property(self, "palette")
|
||||
procedure.add_argument_from_property(self, "amount")
|
||||
procedure.add_return_value_from_property(self, "new-palette")
|
||||
procedure.add_menu_path ('<Palettes>')
|
||||
procedure.add_menu_path ('<Palettes>/Palettes Menu')
|
||||
else:
|
||||
procedure = None
|
||||
|
||||
|
Reference in New Issue
Block a user