]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Fix for the bug IPAL20913: TC5.1.1: the same color for active/inactive window text...
authorana <ana@opencascade.com>
Fri, 12 Aug 2011 07:44:04 +0000 (07:44 +0000)
committerana <ana@opencascade.com>
Fri, 12 Aug 2011 07:44:04 +0000 (07:44 +0000)
src/Style/Style_Model.cxx

index 06b9e131b0e9a83fe96aacc7013cc9ad08bbd069..61adc7c6de9c62fcb4a7d456bab1d5d502293d0c 100644 (file)
@@ -515,6 +515,7 @@ void Style_Model::setColor( Style_Model::ColorRole role, const QColor& active,
     switch ( role ) {
     case WindowText:
     case Text:
+    case ButtonText:
       dc = color( Button ).darker();
       break;
     case Base: