-
Bug
-
Resolution: Duplicate
-
P2: Important
-
None
-
4.6.2
-
None
-
Linux, Fedora 12 64 bit, Qt 4.6.2 from fedora repository
Using the QTabBar::moveTab(int,int) method on tabs having buttons does not move the tab buttons. Only the tab text and icon is moved together with the visual representation of the tab. The tab buttons stay at their old screen position, unless one forces a repaint by manually changing the horizontal window size (calling QTabBar::repaint() or update() does not work).
I attached a small project showcasing the problem.