Commit dd0240c3 authored by claes's avatar claes

Paste error of groups and conglue corrected

parent 4a1a186b
......@@ -2089,7 +2089,8 @@ void GrowCtx::clear_all( int keep_paste)
{
if ( a_paste[j]->type() == glow_eObjectType_GrowNode ||
a_paste[j]->type() == glow_eObjectType_GrowSlider ||
a_paste[j]->type() == glow_eObjectType_GrowGroup)
a_paste[j]->type() == glow_eObjectType_GrowGroup ||
a_paste[j]->type() == glow_eObjectType_GrowConGlue)
{
found = ((GrowNode *) a_paste[j])->find_nc( a_nc[i]);
if ( found)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment