[rkward-cvs] SF.net SVN: rkward: [2280] branches/KDE4_port/rkward/rkconsole.cpp
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Mon Dec 10 11:24:10 UTC 2007
Revision: 2280
http://rkward.svn.sourceforge.net/rkward/?rev=2280&view=rev
Author: tfry
Date: 2007-12-10 03:24:10 -0800 (Mon, 10 Dec 2007)
Log Message:
-----------
Better workaround
Modified Paths:
--------------
branches/KDE4_port/rkward/rkconsole.cpp
Modified: branches/KDE4_port/rkward/rkconsole.cpp
===================================================================
--- branches/KDE4_port/rkward/rkconsole.cpp 2007-12-03 01:43:16 UTC (rev 2279)
+++ branches/KDE4_port/rkward/rkconsole.cpp 2007-12-10 11:24:10 UTC (rev 2280)
@@ -129,10 +129,9 @@
tab_key_pressed_before = false;
command_was_piped = false;
-// Somehow, in a KDE4 pre-version, this widget reacts real bad, if its parent is shown, before itself is shown
-// probably the kate part is to blame.
-// so we need to set it to visible, explicitely (this will not acutally show it, as the parent is still hidden).
- show ();
+// KDE4 TODO: workaround for KDE 4 pre-release versions. Hope this gets fixed before 4.0
+// see http://lists.kde.org/?l=kwrite-devel&m=119721420603507&w=2
+ setMinimumHeight (50);
}
RKConsole::~RKConsole () {
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the rkward-tracker
mailing list