Salome HOME
Bug: not all fields available after switching from the 3-d to an other constructor
authoreap <eap@opencascade.com>
Tue, 25 Jun 2013 13:51:49 +0000 (13:51 +0000)
committereap <eap@opencascade.com>
Tue, 25 Jun 2013 13:51:49 +0000 (13:51 +0000)
+      myTextLabel2->show();
+      mySelectButton2->show();
+      myLineEdit2->show();

src/SMESHGUI/SMESHGUI_DuplicateNodesDlg.cxx

index 6bd33e73ce988527108ec5a7579902e9681d5374..24d4a37cb16e4fa32eb41159554f965daf968455 100644 (file)
@@ -302,6 +302,9 @@ void SMESHGUI_DuplicateNodesDlg::onConstructorsClicked (int constructorId)
       myCheckBoxNewNodeGroup->show();
       
       // Hide the third field
+      myTextLabel2->show();
+      mySelectButton2->show();
+      myLineEdit2->show();
       myTextLabel3->hide();
       mySelectButton3->hide();
       myLineEdit3->hide();
@@ -320,6 +323,9 @@ void SMESHGUI_DuplicateNodesDlg::onConstructorsClicked (int constructorId)
       myCheckBoxNewNodeGroup->show();
 
       // Show the third field
+      myTextLabel2->show();
+      mySelectButton2->show();
+      myLineEdit2->show();
       myTextLabel3->show();
       mySelectButton3->show();
       myLineEdit3->show();