Salome HOME
Additional change to fix the preview problem
[modules/geom.git] / src / RepairGUI / RepairGUI_RemoveIntWiresDlg.cxx
index 97807e44929d4fcca2dcc00220dae534172cc70a..6bfdbb1ff7a524c3f607776a6829c57c91c8aec8 100644 (file)
@@ -132,6 +132,7 @@ void RepairGUI_RemoveIntWiresDlg::Init()
 //=================================================================================
 void RepairGUI_RemoveIntWiresDlg::ClickOnOk()
 {
+  setIsApplyAndClose( true );
   if (ClickOnApply())
     ClickOnCancel();
 }