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 07b3b10de7)
wilder-5.22
parent
6e7ddbfed4
commit
1ce09dcfcb
1 changed files with 6 additions and 6 deletions
Loading…
Reference in new issue