[Konsole-devel] [Bug 168119] Session Tab Appears Only After Title Change
Robert Knight
robertknight at gmail.com
Sun Aug 10 23:01:50 UTC 2008
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=168119
------- Additional Comments From robertknight gmail com 2008-08-11 01:01 -------
Can you ask ArchLinux KDE packagers whether they are using qt-copy from KDE or stock Qt from Trolltech?
If they are using stock Qt, please ask them to apply the patches from qt-copy in KDE's SVN, in particular patch 0225:
Index: src/gui/widgets/qtabbar.cpp
===================================================================
--- src/gui/widgets/qtabbar.cpp (revision 796858)
+++ src/gui/widgets/qtabbar.cpp (working copy)
@ -533,8 +533,8 @
layoutTabs();
makeVisible(currentIndex);
q->update();
- q->updateGeometry();
}
+ q->updateGeometry();
}
More information about the konsole-devel
mailing list