Fix for bug IPAL10430 (TC: GEOM: Create group ? Ids of selected entities don?t disappear after Apply).

This commit is contained in:
mzn 2006-03-27 08:02:01 +00:00
parent cd4dcac66a
commit 9af6cf04a1

View File

@ -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;
} }