From 123f5e0ab934d0b66e6bf605560f4991b680fca0 Mon Sep 17 00:00:00 2001 From: ana Date: Fri, 12 Aug 2011 07:44:04 +0000 Subject: [PATCH] Fix for the bug IPAL20913: TC5.1.1: the same color for active/inactive window text in default style preferences of Theme --- src/Style/Style_Model.cxx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Style/Style_Model.cxx b/src/Style/Style_Model.cxx index 06b9e131b..61adc7c6d 100644 --- a/src/Style/Style_Model.cxx +++ b/src/Style/Style_Model.cxx @@ -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: -- 2.39.2