Skip to content

Commit

Permalink
Toggling foldouts no longer refreshes the preview. #51
Browse files Browse the repository at this point in the history
  • Loading branch information
d4rkc0d3r committed Oct 6, 2023
1 parent 3bad99b commit 357f75c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## v3.1.3
### Changes
* When the UI takes longer than 500ms (default value, can be changed in settings) it will disable the auto refresh of the preview and instead shows a manual button to refresh the preview. [(more)](https://github.com/d4rkc0d3r/d4rkAvatarOptimizer/issues/51)
* Toggling foldouts no longer refreshes the preview. [(more)](https://github.com/d4rkc0d3r/d4rkAvatarOptimizer/issues/51)

### Bug Fixes
* Fix crash when the FX controller has a layer with two states and only one transition with zero conditions. [(more)](https://github.com/d4rkc0d3r/d4rkAvatarOptimizer/issues/56)
Expand Down
1 change: 0 additions & 1 deletion Editor/d4rkAvatarOptimizerEditor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1018,7 +1018,6 @@ private bool Foldout(string label, ref bool value)
}
if (value != output)
{
ClearUICaches();
EditorUtility.SetDirty(optimizer);
}
return value = output;
Expand Down

0 comments on commit 357f75c

Please sign in to comment.