Closed florisla closed 2 weeks ago
GDesk main branch is working very well on OSX (PySide6) -- including plotting.
But some menu items are missing:
On OSX, application menus appear on top of the screen instead at the top of the window. I think it gets drawn by the OS and not by Qt.
Probably the solution is to 'dumb down' the menu on OSX -- use less customizations.
Workaround: don't use the native menu bar on OSX.
Committed in 53895d4c2663809af0f3dce9c939e1ff6d7da12c . Also some other OSX fixes have landed, as did support for PySide v6.8.0.2.
GDesk main branch is working very well on OSX (PySide6) -- including plotting.
But some menu items are missing:
On OSX, application menus appear on top of the screen instead at the top of the window. I think it gets drawn by the OS and not by Qt.
Probably the solution is to 'dumb down' the menu on OSX -- use less customizations.