Skip to content
Commit 1ce09dcf authored by Konrad Materka's avatar Konrad Materka Committed by Nate Graham
Browse files

[applets/systemtray] Fix highlight on applet pin

Sometimes parent component on the applet is not fully updated - for
example effectiveStatus is not yet read from the model. In such case it
will have default value leading to undesired effect.

Call all `updateHighlightedItem` in `Qt.callLater` so that it is called
in next event loop. As a bonus it is called only once, which can improve
performance.

BUG: 437105
FIXED-IN: 5.22.0


(cherry picked from commit 07b3b10d)
parent 6e7ddbfe
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