Summary: | KTabWidget::setAutomaticResizeTabs() and QTabWidget::setMovable() don't work well together, causing incorrect tab labeling | ||
---|---|---|---|
Product: | [Unmaintained] kdelibs | Reporter: | Eike Hein <hein> |
Component: | kdeui | Assignee: | kdelibs bugs <kdelibs-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | faure, frank78ac, jorchube |
Priority: | NOR | ||
Version: | 4.7 | ||
Target Milestone: | --- | ||
Platform: | Unlisted Binaries | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.7.4 | |
Sentry Crash Report: | |||
Attachments: | Unit test |
Description
Eike Hein
2011-09-14 14:24:03 UTC
s/When and when/When/ Created attachment 63860 [details] Unit test This unit test fails with current kdelibs 4.7 branch and passes with Christoph's patch from https://git.reviewboard.kde.org/r/102628/ Git commit 92062021a65896b0d1990111a23942962dd6f7fe by Christoph Feck, on behalf of Frank Reininghaus. Committed on 14/11/2011 at 15:20. Pushed by cfeck into branch 'KDE/4.7'. Unit test for KTabWidget bug CCBUG: 282017 M +20 -0 kdeui/tests/ktabwidget_unittest.cpp http://commits.kde.org/kdelibs/92062021a65896b0d1990111a23942962dd6f7fe Git commit fc5f17480bd2d6b6708e4263d89cff7d3b7fc0c6 by Christoph Feck. Committed on 14/11/2011 at 15:21. Pushed by cfeck into branch 'KDE/4.7'. Fix incorrect tab labels after reordering BUG: 282017 FIXED-IN: 4.7.4 REVIEW: 102628 M +13 -0 kdeui/widgets/ktabwidget.cpp M +4 -0 kdeui/widgets/ktabwidget.h http://commits.kde.org/kdelibs/fc5f17480bd2d6b6708e4263d89cff7d3b7fc0c6 *** Bug 265531 has been marked as a duplicate of this bug. *** |