medInria / medInria-public

Open-source part of the medInria software
https://med.inria.fr/
BSD 4-Clause "Original" or "Old" License
92 stars 72 forks source link

[macOS] corner widget in menubar was not visible #1106

Closed mathildemerle closed 1 year ago

mathildemerle commented 1 year ago

On macOS the application menubar becomes a native menu bar in top of the screen (this could be deactivated by menuBar()->setNativeMenuBar(false);, but it's maybe better to use the native system). However, the cornerwidget or icons on menu bars were not working.

This PR switches the fullscreen icon to an Action->Fullscreen menu on macOS native menubar.

:m: