Fix for problem: SIGSEGV appears if to select group after opening "Edit Group" dialog box.

This commit is contained in:
mzn 2005-08-29 08:05:24 +00:00
parent c31ab40cc6
commit 9d28d73b09

View File

@ -133,6 +133,9 @@ SMESHGUI_GroupDlg::SMESHGUI_GroupDlg( SMESHGUI* theModule, const char* name,
else {
mySelectSubMesh->setEnabled(false);
mySelectGroup->setEnabled(false);
myCurrentLineEdit = myMeshGroupLine;
setSelectionMode(5);
}
/* Move widget on the botton right corner of main widget */