Deactivate editors so that we can get a clear object hierarchy to export

This commit is contained in:
Gregory John Casamento 2023-07-15 19:35:49 -04:00
parent 1ef3691165
commit 97e12a87aa

View file

@ -3410,11 +3410,13 @@ static void _real_close(GormDocument *self,
NSEnumerator *en = [topLevelObjects objectEnumerator];
id o = nil;
[self deactivateEditors];
while ((o = [en nextObject]) != nil)
{
[self _collectObjectsFromObject: o
withNode: parentNode];
}
[self reactivateEditors];
}
/**