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





------- Additional comments from [email protected] Fri Jun 11 15:56:26 +0000 
2010 -------
I think the TabBar should be fine by adding this patch to TabBar's Paint method

@@ -1141,7 +1141,7 @@
                 }
                 else
                 {
-                    if ( !pItem->IsDefaultTabBgColor() )
+                    if ( !pItem->IsDefaultTabBgColor() && ! 
StyleSettings.GetHighContrastMode() )
                     {
                         SetFillColor( pItem->maTabBgColor );
                         SetTextColor( pItem->maTabTextColor );

I'll try that and provide an according complete patch taking HC into account.

---------------------------------------------------------------------
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to