Kaydet (Commit) 3a8bdc3d authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS vcl47 (1.9.28); FILE MERGED

2005/11/29 18:03:18 pl 1.9.28.1: #i47883# support rollover text color in buttons and dropdown fields
üst f1ff8d87
......@@ -4,9 +4,9 @@
*
* $RCSfile: salnativewidgets-kde.cxx,v $
*
* $Revision: 1.10 $
* $Revision: 1.11 $
*
* last change: $Author: hr $ $Date: 2006-01-25 11:40:52 $
* last change: $Author: hr $ $Date: 2006-01-26 18:11:21 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -1869,9 +1869,11 @@ void KDESalFrame::UpdateSettings( AllSettings& rSettings )
// Input boxes, list boxes
aStyleSettings.SetFieldColor( toColor( qColorGroup.base() ) );
aStyleSettings.SetFieldTextColor( toColor( qColorGroup.text() ) );
aStyleSettings.SetFieldRolloverTextColor( toColor( qColorGroup.text() ) );
// Buttons
aStyleSettings.SetButtonTextColor( toColor( qColorGroup.buttonText() ) );
aStyleSettings.SetButtonRolloverTextColor( toColor( qColorGroup.buttonText() ) );
// Disable color
aStyleSettings.SetDisableColor( toColor( qColorGroup.mid() ) );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment