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 p...@openoffice.org 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: issues-unsubscr...@sc.openoffice.org
For additional commands, e-mail: issues-h...@sc.openoffice.org


---------------------------------------------------------------------
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org

Reply via email to