mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-12-25 08:50:35 +05:00
Fix for problem: SIGSEGV appears if to select group after opening "Edit Group" dialog box.
This commit is contained in:
parent
c31ab40cc6
commit
9d28d73b09
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user