mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-05-26 00:40:49 +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;
|
return false;
|
||||||
|
|
||||||
if ( myMode == CreateGroup )
|
if ( myMode == CreateGroup )
|
||||||
initName();
|
{
|
||||||
|
initName();
|
||||||
|
myIdList->clear();
|
||||||
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user