mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-10 09:19:01 +00:00
Don't disable the active group before serializing.
This commit is contained in:
parent
898f399730
commit
6ecd9bc5ae
1 changed files with 0 additions and 4 deletions
|
@ -93,8 +93,6 @@ namespace GUIEditor
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
ag->setActive( false );
|
|
||||||
|
|
||||||
if( mg->serializeSubGroups( root ) == NULL )
|
if( mg->serializeSubGroups( root ) == NULL )
|
||||||
{
|
{
|
||||||
ag->setActive( true );
|
ag->setActive( true );
|
||||||
|
@ -103,8 +101,6 @@ namespace GUIEditor
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
ag->setActive( true );
|
|
||||||
|
|
||||||
if( !mg->serializeLinks( root ) )
|
if( !mg->serializeLinks( root ) )
|
||||||
{
|
{
|
||||||
xmlFreeNode( root );
|
xmlFreeNode( root );
|
||||||
|
|
Loading…
Reference in a new issue