From: mpa Date: Fri, 25 Apr 2014 12:29:15 +0000 (+0400) Subject: INT PAL 0052418: TC7.4.0: Display mode is changed incorectly X-Git-Tag: V7_4_0rc1~12 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=9b4b90c373dad64e53a810557489fe248495c739;p=modules%2Fgeom.git INT PAL 0052418: TC7.4.0: Display mode is changed incorectly --- diff --git a/src/GroupGUI/GroupGUI_GroupDlg.cxx b/src/GroupGUI/GroupGUI_GroupDlg.cxx index 70e1b8308..8ccd2afec 100644 --- a/src/GroupGUI/GroupGUI_GroupDlg.cxx +++ b/src/GroupGUI/GroupGUI_GroupDlg.cxx @@ -309,6 +309,7 @@ void GroupGUI_GroupDlg::ClickOnOk() if (ClickOnApply()) ClickOnCancel(); setIsApplyAndClose(false); + getDisplayer()->UnsetDisplayMode(); } //=================================================================================