ommpfritt
ommpfritt copied to clipboard
Menubar issue with Unity
When using Unity, the menu bar is broken:
-
Manager
s can have (andPropertyManager
has) their own menu bar. This is implemented by a hack as menu bars are not officially supported for non-QMainWindows
. I guess Unity does not detectMainWindow
's menu bar as "master". - leaf-items do not show text. Only action-group items are displayed properly. Leaf-items are also implemented by a hack ("Sub-menus are platform-specific spaghetti code"), I guess there's some problem.