Fix for the problem: it's impossible to modify element by typing it ID (without selection by mouse).

This commit is contained in:
mzn 2005-09-02 08:32:03 +00:00
parent 0e57fc7441
commit f62232e212
4 changed files with 4 additions and 0 deletions

View File

@ -271,6 +271,7 @@ SMESHGUI_ExtrusionDlg::SMESHGUI_ExtrusionDlg (SMESHGUI* theModule,
this->show(); // displays Dialog
ConstructorsClicked(0);
SelectionIntoArgument();
}
//=================================================================================

View File

@ -341,6 +341,7 @@ SMESHGUI_RevolutionDlg::SMESHGUI_RevolutionDlg( SMESHGUI* theModule, const char*
this->show(); /* displays Dialog */
ConstructorsClicked(0);
SelectionIntoArgument();
resize(0,0); // ??
}

View File

@ -324,6 +324,7 @@ SMESHGUI_SymmetryDlg::SMESHGUI_SymmetryDlg( SMESHGUI* theModule, const char* nam
this->show(); /* displays Dialog */
ConstructorsClicked(0);
SelectionIntoArgument();
resize(0,0); // ??
}

View File

@ -300,6 +300,7 @@ SMESHGUI_TranslationDlg::SMESHGUI_TranslationDlg( SMESHGUI* theModule, const cha
this->show(); /* displays Dialog */
ConstructorsClicked(0);
SelectionIntoArgument();
resize(0,0); // ??
}