aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/controls/data/tst_button.qml
diff options
context:
space:
mode:
authorMitch Curtis <mitch.curtis@qt.io>2020-02-19 12:56:20 +0100
committerMitch Curtis <mitch.curtis@qt.io>2020-02-20 10:00:04 +0100
commitc1420ee5423dfa104d5ff87bc529b4530dc998d6 (patch)
treed0713520ab4a35e1143c4fd4702e18309e6271d0 /tests/auto/controls/data/tst_button.qml
parente7a9691481e4a0112138f442c53107aa9fbcb90a (diff)
ToolTip: fix timeout not activating if opened during exit transition
When a tooltip with an exit transition and a timeout is made visible during its exit transition, it would end up not timing out. This is because the change in the tooltip's visibility is what usually kicks off the timeout timer, but if there is no change in visibility (because the exit transition hadn't finished, so the tooltip was still visible), this won't happen. Fix the issue by calling startTimeout() in QQuickToolTip::setVisible(). Change-Id: I5f95a698e48f376c7597558572ac91625a276e53 Fixes: QTBUG-81935 Reviewed-by: Andy Shaw <andy.shaw@qt.io>
Diffstat (limited to 'tests/auto/controls/data/tst_button.qml')
0 files changed, 0 insertions, 0 deletions