Fix Editor options data applying in realtime after first save

Reclone the data in order to not modify the currently applied options
data after save.
This commit is contained in:
2024-03-10 16:42:02 +02:00
parent 5f950cbb7e
commit d92aaeb2b0

View File

@@ -162,7 +162,7 @@ namespace FlaxEditor.Windows
Editor.Options.Apply(_options);
ClearDirtyFlag();
GatherData();
}
private void SetupCustomTabs()