ommpfritt icon indicating copy to clipboard operation
ommpfritt copied to clipboard

Menubar issue with Unity

Open pasbi opened this issue 5 years ago • 1 comments

When using Unity, the menu bar is broken:

  1. Managers can have (and PropertyManager 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 detect MainWindow's menu bar as "master".
  2. 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.

pasbi avatar Jun 06 '19 21:06 pasbi