From 9d28d73b09e96b23cf9937afa17474f98508df18 Mon Sep 17 00:00:00 2001 From: mzn Date: Mon, 29 Aug 2005 08:05:24 +0000 Subject: [PATCH] Fix for problem: SIGSEGV appears if to select group after opening "Edit Group" dialog box. --- src/SMESHGUI/SMESHGUI_GroupDlg.cxx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/SMESHGUI/SMESHGUI_GroupDlg.cxx b/src/SMESHGUI/SMESHGUI_GroupDlg.cxx index 262e33c5e..9bf9e43f5 100644 --- a/src/SMESHGUI/SMESHGUI_GroupDlg.cxx +++ b/src/SMESHGUI/SMESHGUI_GroupDlg.cxx @@ -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 */ -- 2.30.2