Skip to content
  • Kai Uwe Broulik's avatar
    [Purpose Plugin] Detect cancelling the prompt more reliably · 5a5369a0
    Kai Uwe Broulik authored
    aboutToHide is emitted before an action is triggered and activeAction() is the action currently hovered.
    This means we can't properly tell that the prompt got canceled, when hovering an action and then hitting
    Escape to close the menu.
    This patch sets a property in response to triggered and then does a delayed check for that in aboutToHide.
    
    See also QTBUG-56761
    
    Differential Revision: https://phabricator.kde.org/D28719
    5a5369a0