From: vsr Date: Mon, 5 Oct 2015 13:59:47 +0000 (+0300) Subject: INT PAL 52894: TC7.7.0: 'Apply and Close' does not work in 'Sub-Shapes Selection... X-Git-Tag: V7_7_0_WIN~9 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=3e1586b2b466a509d049e1fd916c7ee0f9ccbb8a;p=modules%2Fgeom.git INT PAL 52894: TC7.7.0: 'Apply and Close' does not work in 'Sub-Shapes Selection' dialog --- diff --git a/src/EntityGUI/EntityGUI_SubShapeDlg.cxx b/src/EntityGUI/EntityGUI_SubShapeDlg.cxx index 9449cf030..085028ce1 100644 --- a/src/EntityGUI/EntityGUI_SubShapeDlg.cxx +++ b/src/EntityGUI/EntityGUI_SubShapeDlg.cxx @@ -334,7 +334,7 @@ void EntityGUI_SubShapeDlg::ClickOnOk() } if (isOk) - isOk = onAccept(); + isOk = onAccept( true, true, false ); if (isOk) ClickOnCancel();