aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/controls/fusion
diff options
context:
space:
mode:
authorJüri Valdmann <juri.valdmann@qt.io>2019-05-06 14:09:11 +0200
committerJüri Valdmann <juri.valdmann@qt.io>2019-05-07 11:17:58 +0000
commit9310d5fb5285ae5eb4b94c01606791319b775b85 (patch)
tree5f951759082b5eca0781c0cddef812271614da4a /tests/auto/controls/fusion
parent7d001497ddcda501c55aac35b4c7a60980d9c6b5 (diff)
Container: Keep currentIndex at 0 when removing item 0 if possible
Current behavior is to always decrement the currentIndex when the current item is removed -- even when the current item is item 0. This means, for example, that in a TabBar with three tabs and the first tab selected closing the first tab will leave nothing at all selected. Change behavior to keep currentIndex at 0 if there are still items left in the container. Now closing the first tab will leave the next remaining tab selected. Change-Id: If4e1903366e29fcee8226b776d5b2e03cec189df Reviewed-by: Mitch Curtis <mitch.curtis@qt.io>
Diffstat (limited to 'tests/auto/controls/fusion')
0 files changed, 0 insertions, 0 deletions