Skip to content
Commit 5a5369a0 authored by Kai Uwe Broulik's avatar Kai Uwe Broulik 🍇
Browse files

[Purpose Plugin] Detect cancelling the prompt more reliably

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
parent f2969d96
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment