mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-12 00:29:17 +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 {
|
else {
|
||||||
mySelectSubMesh->setEnabled(false);
|
mySelectSubMesh->setEnabled(false);
|
||||||
mySelectGroup->setEnabled(false);
|
mySelectGroup->setEnabled(false);
|
||||||
|
|
||||||
|
myCurrentLineEdit = myMeshGroupLine;
|
||||||
|
setSelectionMode(5);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Move widget on the botton right corner of main widget */
|
/* Move widget on the botton right corner of main widget */
|
||||||
|
Loading…
Reference in New Issue
Block a user