Salome HOME
IMPs 21188, 21053, 21064
[modules/geom.git] / src / BasicGUI / BasicGUI_CircleDlg.cxx
index 9ca955c7183ead8c0dba6183e2a1bbcc9f94cb22..a3ff226a082b29eec7abc398a70fad86bdf9b529 100644 (file)
@@ -298,6 +298,7 @@ void BasicGUI_CircleDlg::ConstructorsClicked( int constructorId )
 //=================================================================================
 void BasicGUI_CircleDlg::ClickOnOk()
 {
+  setIsApplyAndClose( true );
   if ( ClickOnApply() )
     ClickOnCancel();
 }