summaryrefslogtreecommitdiffstats
path: root/src/gui/widgets/qtabbar_p.h
diff options
context:
space:
mode:
authorGabriel de Dietrich <gabriel.dietrich-de@nokia.com>2010-04-23 08:22:44 (GMT)
committerGabriel de Dietrich <gabriel.dietrich-de@nokia.com>2010-04-23 09:18:52 (GMT)
commit4743831d128dfad4ac9fbafa6e7544dbe7fb7ed2 (patch)
treebdf4fbcd035ac238efa1eb73bc60fd5105d7e2d0 /src/gui/widgets/qtabbar_p.h
parent66da5958bc3ec0df60e76bb32ead94bfe7b2eac7 (diff)
downloadQt-4743831d128dfad4ac9fbafa6e7544dbe7fb7ed2.zip
Qt-4743831d128dfad4ac9fbafa6e7544dbe7fb7ed2.tar.gz
Qt-4743831d128dfad4ac9fbafa6e7544dbe7fb7ed2.tar.bz2
QTabBar: Widgets inside the tab bar where not properly laid out after moveTab()
Only the leftmost tab was being correctly laid out after the move due to a mistake in QTabBarPrivate::layoutTab(). Auto-test included. Reviewed-by: Thierry Task-number: QTBUG-10052
Diffstat (limited to 'src/gui/widgets/qtabbar_p.h')
-rw-r--r--src/gui/widgets/qtabbar_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/widgets/qtabbar_p.h b/src/gui/widgets/qtabbar_p.h
index 83636e6..37741f7 100644
--- a/src/gui/widgets/qtabbar_p.h
+++ b/src/gui/widgets/qtabbar_p.h
@@ -178,7 +178,7 @@ public:
void refresh();
void layoutTabs();
- void layoutWidgets(int index = -1);
+ void layoutWidgets(int start = 0);
void layoutTab(int index);
void updateMacBorderMetrics();
void setupMovableTab();