To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=69187





------- Additional comments from [EMAIL PROTECTED] Thu Sep 14 10:12:41 -0700 
2006 -------
1) [WM] versus [General]  
  
There was no [WM] in the config files I used, everything was in [General]. But 
perharps you are right, perharps [WM] and [General] both exist, for different 
purposes (different kinds of colours).  
  
I tend to think that [WM] is for older versions of KDE and [General] for newer 
ones, but I could be wrong. Is there some documentation where we can check 
that?  
 
 
2) Picking up the correct colours.  
 
In fact, your code was doing exactly what you describe above (getting Qt's 
foreground color and background color). 
 
    Color aFore = toColor( qColorGroup.foreground() ); 
 
But that's not what users (and especially the disabled users) need. They need 
the colours defined in KDE control center, not Qt's default colours.  
 
My patch takes Qt colors as a default, but change them if foreground and 
background are set in KDE control center. 
 
Furthermore, my patch solves (by accident, I admit) two other issues:  
- tree views always being drawn in black, therefore invisible if black 
background (issue #59334) 
- ruler always being drawn in black and white (no issue filed, AFAIK) 
 

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Antwort per Email an