mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-05-26 00:50:48 +05:00
Fix for bug IPAL10430 (TC: GEOM: Create group ? Ids of selected entities don?t disappear after Apply).
This commit is contained in:
parent
cd4dcac66a
commit
9af6cf04a1
@ -218,7 +218,10 @@ bool GroupGUI_GroupDlg::ClickOnApply()
|
||||
return false;
|
||||
|
||||
if ( myMode == CreateGroup )
|
||||
initName();
|
||||
{
|
||||
initName();
|
||||
myIdList->clear();
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user