Skip to content

Commit

Permalink
Fix Editor options data applying in realtime after first save
Browse files Browse the repository at this point in the history
Reclone the data in order to not modify the currently applied options
data after save.
  • Loading branch information
GoaLitiuM committed Mar 20, 2024
1 parent bc1020d commit 24597fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Editor/Windows/EditorOptionsWindow.cs
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ private void SaveData()

Editor.Options.Apply(_options);

ClearDirtyFlag();
GatherData();
}

private void SetupCustomTabs()
Expand Down

0 comments on commit 24597fd

Please sign in to comment.