[rkward-cvs] SF.net SVN: rkward:[3932] trunk/rkward/rkward/windows/rkcommandeditorwindow .cpp
tfry at users.sourceforge.net
tfry at users.sourceforge.net
Wed Oct 12 10:15:43 UTC 2011
Revision: 3932
http://rkward.svn.sourceforge.net/rkward/?rev=3932&view=rev
Author: tfry
Date: 2011-10-12 10:15:42 +0000 (Wed, 12 Oct 2011)
Log Message:
-----------
Fix argument hint foreground color. Thanks, Dirk (dns_hmpf)!
Modified Paths:
--------------
trunk/rkward/rkward/windows/rkcommandeditorwindow.cpp
Modified: trunk/rkward/rkward/windows/rkcommandeditorwindow.cpp
===================================================================
--- trunk/rkward/rkward/windows/rkcommandeditorwindow.cpp 2011-10-12 08:41:36 UTC (rev 3931)
+++ trunk/rkward/rkward/windows/rkcommandeditorwindow.cpp 2011-10-12 10:15:42 UTC (rev 3932)
@@ -809,7 +809,7 @@
arghints_popup->setMargin (2);
QPalette p = QToolTip::palette (); // HACK to trick the style into using the correct color
p.setColor (QPalette::Inactive, QPalette::Window, p.color (QPalette::Inactive, QPalette::ToolTipBase));
- p.setColor (QPalette::Inactive, QPalette::Text, p.color (QPalette::Inactive, QPalette::ToolTipText));
+ p.setColor (QPalette::Inactive, QPalette::WindowText, p.color (QPalette::Inactive, QPalette::ToolTipText));
arghints_popup->setPalette (p);
arghints_popup->setFrameStyle (QFrame::Box);
arghints_popup->setLineWidth (1);
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