thocoo / gamma-desk

Gamma Desk
Apache License 2.0
3 stars 1 forks source link

Some menu items are missing on OSX #37

Closed florisla closed 2 weeks ago

florisla commented 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.

florisla commented 2 weeks ago

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.