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

Always show panel if a menu is open on it #11779

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Commits on Jul 21, 2023

  1. 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)
    Gr3q committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    0359756 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2023

  1. Configuration menu
    Copy the full SHA
    65d0671 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    07c18c4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cd87d7d View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2023

  1. Add check back

    Gr3q committed Jul 24, 2023
    Configuration menu
    Copy the full SHA
    3a1fee1 View commit details
    Browse the repository at this point in the history