]> SALOME platform Git repositories - modules/geom.git/blobdiff - src/MeasureGUI/MeasureGUI_CreateDimensionDlg.cxx
Salome HOME
Fix remarks to the "0021854: EDF 2320 GEOM : Add persistent dimensions" issue:
[modules/geom.git] / src / MeasureGUI / MeasureGUI_CreateDimensionDlg.cxx
index f36834a17081eedd2f6b800d7f9d36593ae6fd8d..199545066471703da5f520e3a6a4d8fc6091ce54 100644 (file)
@@ -390,7 +390,9 @@ bool MeasureGUI_CreateDimensionDlg::ClickOnApply()
 
   if ( !isApplyAndClose() )
   {
+    emit applyClicked();
     Init();
+    ConstructTypeChanged( getConstructorId() );
   }
 
   return true;