Skip to content

#8218 Mac: Pre-populate Windows menu to fix missing menu on macOS#13761

Draft
magnesj wants to merge 1 commit intodevfrom
fix-missing-menu-mac
Draft

#8218 Mac: Pre-populate Windows menu to fix missing menu on macOS#13761
magnesj wants to merge 1 commit intodevfrom
fix-missing-menu-mac

Conversation

@magnesj
Copy link
Member

@magnesj magnesj commented Mar 17, 2026

On macOS, the native menu bar hides empty menus. The Windows menu was
populated lazily via aboutToShow, but since it was empty at creation
time macOS never rendered it, so the signal could never fire.

Fix by calling slotBuildWindowActions() after createDockPanels() in
both RiuMainWindow and RiuPlotMainWindow constructors.

On macOS, the native menu bar hides empty menus. The Windows menu was
populated lazily via aboutToShow, but since it was empty at creation
time macOS never rendered it, so the signal could never fire.

Fix by calling slotBuildWindowActions() after createDockPanels() in
both RiuMainWindow and RiuPlotMainWindow constructors.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant