mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-12 00:29:17 +05:00
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:
parent
52bee29ddd
commit
aba3423ef3
@ -302,6 +302,9 @@ void SMESHGUI_DuplicateNodesDlg::onConstructorsClicked (int constructorId)
|
|||||||
myCheckBoxNewNodeGroup->show();
|
myCheckBoxNewNodeGroup->show();
|
||||||
|
|
||||||
// Hide the third field
|
// Hide the third field
|
||||||
|
myTextLabel2->show();
|
||||||
|
mySelectButton2->show();
|
||||||
|
myLineEdit2->show();
|
||||||
myTextLabel3->hide();
|
myTextLabel3->hide();
|
||||||
mySelectButton3->hide();
|
mySelectButton3->hide();
|
||||||
myLineEdit3->hide();
|
myLineEdit3->hide();
|
||||||
@ -320,6 +323,9 @@ void SMESHGUI_DuplicateNodesDlg::onConstructorsClicked (int constructorId)
|
|||||||
myCheckBoxNewNodeGroup->show();
|
myCheckBoxNewNodeGroup->show();
|
||||||
|
|
||||||
// Show the third field
|
// Show the third field
|
||||||
|
myTextLabel2->show();
|
||||||
|
mySelectButton2->show();
|
||||||
|
myLineEdit2->show();
|
||||||
myTextLabel3->show();
|
myTextLabel3->show();
|
||||||
mySelectButton3->show();
|
mySelectButton3->show();
|
||||||
myLineEdit3->show();
|
myLineEdit3->show();
|
||||||
|
Loading…
Reference in New Issue
Block a user