Details
-
Bug
-
Resolution: Done
-
P3: Somewhat important
-
5.9.0, 5.9.1
-
macOS, Native menubar
-
-
689606de91faecf91f1f92e8d355789d9be62d2f
Description
If a window in a multi-window Qt application is closed then the 'About' and 'Quit' menu items are disabled in the remaining open windows. This behavior seems to be related to the macOS native menubar and its treatment of 'About' and 'Quit' items.
Steps to reproduce:
- Run the sample attached.
- Click on the "Clone Window" button -> new window appears.
- Close the newly opened window.
- Check the menu bar of the remaining window.
EXPECTED: 'About' and 'Quit' menu items are enabled.
ACTUAL: 'About' and 'Quit' menu items are disabled.