mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-28 08:00:34 +05:00
Fix for the problem: it's impossible to modify element by typing it ID (without selection by mouse).
This commit is contained in:
parent
0e57fc7441
commit
f62232e212
@ -271,6 +271,7 @@ SMESHGUI_ExtrusionDlg::SMESHGUI_ExtrusionDlg (SMESHGUI* theModule,
|
|||||||
this->show(); // displays Dialog
|
this->show(); // displays Dialog
|
||||||
|
|
||||||
ConstructorsClicked(0);
|
ConstructorsClicked(0);
|
||||||
|
SelectionIntoArgument();
|
||||||
}
|
}
|
||||||
|
|
||||||
//=================================================================================
|
//=================================================================================
|
||||||
|
@ -341,6 +341,7 @@ SMESHGUI_RevolutionDlg::SMESHGUI_RevolutionDlg( SMESHGUI* theModule, const char*
|
|||||||
this->show(); /* displays Dialog */
|
this->show(); /* displays Dialog */
|
||||||
|
|
||||||
ConstructorsClicked(0);
|
ConstructorsClicked(0);
|
||||||
|
SelectionIntoArgument();
|
||||||
resize(0,0); // ??
|
resize(0,0); // ??
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -324,6 +324,7 @@ SMESHGUI_SymmetryDlg::SMESHGUI_SymmetryDlg( SMESHGUI* theModule, const char* nam
|
|||||||
this->show(); /* displays Dialog */
|
this->show(); /* displays Dialog */
|
||||||
|
|
||||||
ConstructorsClicked(0);
|
ConstructorsClicked(0);
|
||||||
|
SelectionIntoArgument();
|
||||||
resize(0,0); // ??
|
resize(0,0); // ??
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -300,6 +300,7 @@ SMESHGUI_TranslationDlg::SMESHGUI_TranslationDlg( SMESHGUI* theModule, const cha
|
|||||||
this->show(); /* displays Dialog */
|
this->show(); /* displays Dialog */
|
||||||
|
|
||||||
ConstructorsClicked(0);
|
ConstructorsClicked(0);
|
||||||
|
SelectionIntoArgument();
|
||||||
resize(0,0); // ??
|
resize(0,0); // ??
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user