From aba3423ef3606b6a82aefef38ea32a9887b9119d Mon Sep 17 00:00:00 2001 From: eap Date: Tue, 25 Jun 2013 13:51:49 +0000 Subject: [PATCH] Bug: not all fields available after switching from the 3-d to an other constructor + myTextLabel2->show(); + mySelectButton2->show(); + myLineEdit2->show(); --- src/SMESHGUI/SMESHGUI_DuplicateNodesDlg.cxx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/SMESHGUI/SMESHGUI_DuplicateNodesDlg.cxx b/src/SMESHGUI/SMESHGUI_DuplicateNodesDlg.cxx index 6bd33e73c..24d4a37cb 100644 --- a/src/SMESHGUI/SMESHGUI_DuplicateNodesDlg.cxx +++ b/src/SMESHGUI/SMESHGUI_DuplicateNodesDlg.cxx @@ -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(); -- 2.39.2