Salome HOME
Dump Python extension
[modules/smesh.git] / src / SMESHGUI / SMESHGUI_TranslationDlg.cxx
index 0bb49b04a4cbe969ac93b36e74481bfe62ffe9e2..2b55740f38648cea71ba9115634635c78d7eb665 100644 (file)
@@ -441,6 +441,11 @@ bool SMESHGUI_TranslationDlg::ClickOnApply()
     aParameters << SpinBox1_1->text();
     aParameters << SpinBox1_2->text();
     aParameters << SpinBox1_3->text();
+    if (GetConstructorId() == 0) {
+      aParameters << SpinBox2_1->text();
+      aParameters << SpinBox2_2->text();
+      aParameters << SpinBox2_3->text();
+    }
 
     int actionButton = ActionGroup->checkedId();
     bool makeGroups = ( MakeGroupsCheck->isEnabled() && MakeGroupsCheck->isChecked() );