Don't disable the active group before serializing.

--HG--
branch : dfighter-tools
hg/compatibility
dfighter1985 10 years ago
parent ab76b7ed85
commit 2b5898565f

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

Loading…
Cancel
Save