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

mainmenu: Remove shortcut popup delay #1771

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

Commits on Apr 8, 2022

  1. mainmenu: Remove shortcut popup delay

    This was introduced as workaround for "menu not in focus after shortcut
    activation". But the root cause of the problem was probably in
    lxqt-globalkeys, where the signal was triggered on KeyPress instead of
    KeyRelease <- this was fixed recently. Now the delay is pointless.
    palinek committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    fff550d View commit details
    Browse the repository at this point in the history
  2. mainmenu: Remove unused timer

    This is some remnant from previous workaround to
    lxqt/lxqt#549.
    
    Note: the referenced bug is not seen in current version.
    palinek committed Apr 8, 2022
    Configuration menu
    Copy the full SHA
    1e4cd35 View commit details
    Browse the repository at this point in the history