]> SALOME platform Git repositories - modules/geom.git/commitdiff
Salome HOME
INT PAL 52894: TC7.7.0: 'Apply and Close' does not work in 'Sub-Shapes Selection...
authorvsr <vsr@opencascade.com>
Mon, 5 Oct 2015 13:59:47 +0000 (16:59 +0300)
committervsr <vsr@opencascade.com>
Mon, 5 Oct 2015 13:59:47 +0000 (16:59 +0300)
src/EntityGUI/EntityGUI_SubShapeDlg.cxx

index 9449cf0309e58f8057b5fa5927b724e2270a9ff6..085028ce12a02984a2b90971e09b9902d2360cbb 100644 (file)
@@ -334,7 +334,7 @@ void EntityGUI_SubShapeDlg::ClickOnOk()
   }
 
   if (isOk)
-    isOk = onAccept();
+    isOk = onAccept( true, true, false );
 
   if (isOk)
     ClickOnCancel();