-
Notifications
You must be signed in to change notification settings - Fork 746
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Always show panel if a menu is open on it (#11779)
* fix: Resizing applet PopupMenus will go behind panel if panel is set to auto hide The problem is that the panel reports it's not visible even though it is, so the x,y calculation for PopupMenus are incorrect. Panels are not hidden until `global.menuStackLength` is bigger than one (meaning a PopupMenu is open for example) * Make sure only the panel that has open menus are shown * Use the new function instead of the stack directly * There is no need for the extra check in hide anymore * Add check back
- Loading branch information
Showing
4 changed files
with
56 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters