- New comments now get spawned on top of other comments

- Commenting other comments now puts the spawned comment below the child comments
- Added Order Value to comments to serialize order
- Added backwards compatiblity to older editor versions
- Cleanup
- XML Comments
This commit is contained in:
Nils Hausfeld
2023-10-21 16:06:28 +02:00
parent fa8b92a456
commit ec7840f36b
5 changed files with 83 additions and 14 deletions

View File

@@ -920,12 +920,6 @@ namespace FlaxEditor.Surface
// Link control
control.OnLoaded(action);
control.Parent = RootControl;
if (control is SurfaceComment)
{
// Move comments to the background
control.IndexInParent = 0;
}
}
/// <summary>