Skip to content

Conversation

@Eism
Copy link
Contributor

@Eism Eism commented Dec 29, 2025

Resolves: audacity/audacity#9990

+ fixed an issue with opening the menus from statusbar in a multi-monitor setup

Audacity uses a QML WindowController in dialogs, and if we draw a button that calls our popup inside such a controller, the popup appears behind the main dialog. The solution is to look for our window class and return it, instead of the window from the WindowController.
…or setup

if the second monitor is below the first, then the global point was on the second monitor
@Eism Eism force-pushed the ui_popups_resolve_parent_fix branch from f2e0e47 to 90b61e4 Compare December 29, 2025 15:03
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.

The context menu of an effect opens up behind the effect dialog (MacOS)

2 participants