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.
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: