Don't disable the active group before serializing.

This commit is contained in:
dfighter1985 2014-10-13 20:15:41 +02:00
parent 898f399730
commit 6ecd9bc5ae

View file

@ -93,8 +93,6 @@ namespace GUIEditor
return false;
}
ag->setActive( false );
if( mg->serializeSubGroups( root ) == NULL )
{
ag->setActive( true );
@ -103,8 +101,6 @@ namespace GUIEditor
return false;
}
ag->setActive( true );
if( !mg->serializeLinks( root ) )
{
xmlFreeNode( root );