qt6-bb10/tests/auto/widgets
Stanislav Yelenskiy b39b018f4a QTabBar: update index of last visible tab in insertTab
Index of the last visible tab was not updated, if a new tab was inserted
after the current tab and before the last tab.

When the new tab is inserted before the last visible tab, the index of
the last tab increments by one.
When the new tab is inserted after the last visible tab, then the newly
inserted tab becomes the last visible.

Fixes: QTBUG-86898
Change-Id: I2f4b7f705261ec35a5aa7b883ecdddba25f007b7
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
2020-10-21 07:19:36 +00:00
..
dialogs Another round of replacing 0 with nullptr 2020-10-07 23:02:47 +02:00
effects Get rid of all usage of QApplication:desktop 2020-10-14 06:38:43 +02:00
graphicsview Another round of replacing 0 with nullptr 2020-10-07 23:02:47 +02:00
itemviews QAbstractItemView: don't lose items if model only allows MoveAction 2020-10-16 13:53:03 +02:00
kernel Swallow some runtime warnings from tst_qapplication 2020-10-18 17:00:34 +02:00
styles Another round of replacing 0 with nullptr 2020-10-07 23:02:47 +02:00
util CMake: Regenerate projects to use new qt_internal_ API 2020-09-23 16:59:06 +02:00
widgets QTabBar: update index of last visible tab in insertTab 2020-10-21 07:19:36 +00:00
CMakeLists.txt
widgets.pro