Bug: not all fields available after switching from the 3-d to an other constructor

+      myTextLabel2->show();
+      mySelectButton2->show();
+      myLineEdit2->show();
This commit is contained in:
eap 2013-06-25 13:51:49 +00:00
parent 52bee29ddd
commit aba3423ef3

View 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();