Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(color) - Fix issue where top menu bar still active when widget popup menu is opened #3417

Merged
merged 1 commit into from
Apr 9, 2023

Conversation

philmoz
Copy link
Collaborator

@philmoz philmoz commented Mar 29, 2023

Fixes #3412

The Menu popup dialog tries to find the parent full screen window to display the modal window over which should block all the other on-screen buttons.

The widgets are displayed on a child full screen window which sits under the main view menu bar, so the widget Menu popup does not block the top bar buttons.

This change tries to find the real top level full screen window to prevent this problem.

@pfeerick pfeerick added bug 🪲 Something isn't working color Related generally to color LCD radios labels Apr 9, 2023
@pfeerick pfeerick added this to the 2.8.3 milestone Apr 9, 2023
@pfeerick pfeerick merged commit 26f1660 into EdgeTX:main Apr 9, 2023
@philmoz philmoz deleted the main-view-popup-fix branch October 18, 2023 07:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug 🪲 Something isn't working color Related generally to color LCD radios
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UI: widget pop-up not closed if carousel is selected while pop-up is on screen
2 participants