Skip to content
Verified Commit 662a9c51 authored by ivan tkachenko's avatar ivan tkachenko 🗯
Browse files

[applet/appmenu] Fix top level menu hovering state when QMenu is open

This bug may happen if you rapidly move mouse horizontally and clicking
on the menu at the same time: in some cases the originally pressed menu
item would remain visually pressed (because hovered property can't reset
while grab is active), and some other item whose index matches the value
of Plasmoid.nativeInterface.currentIndex will be `down` too.

FIXED-IN: 5.26
parent b9b5fffa
Pipeline #235253 passed with stage
in 10 minutes and 56 seconds
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