From: ana Date: Fri, 12 Aug 2011 07:45:03 +0000 (+0000) Subject: Fix for the bug IPAL20913: TC5.1.1: the same color for active/inactive window text... X-Git-Tag: Before_opencv_branch_20110913~12 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=97f4677d97c57f5f197b7b1157e6fc691bbf8cf2;p=modules%2Fgeom.git Fix for the bug IPAL20913: TC5.1.1: the same color for active/inactive window text in default style preferences of Theme --- diff --git a/src/GroupGUI/GroupGUI_GroupDlg.cxx b/src/GroupGUI/GroupGUI_GroupDlg.cxx index 43fd816b3..2fdb36e9f 100644 --- a/src/GroupGUI/GroupGUI_GroupDlg.cxx +++ b/src/GroupGUI/GroupGUI_GroupDlg.cxx @@ -180,6 +180,7 @@ GroupGUI_GroupDlg::GroupGUI_GroupDlg (Mode mode, GeometryGUI* theGeometryGUI, QW setHelpFileName("work_with_groups_page.html"); Init(); + updateState(); } GroupGUI_GroupDlg::~GroupGUI_GroupDlg()