From b536da97225c962885cd87c37c269b2b7c524005 Mon Sep 17 00:00:00 2001 From: yum Date: Tue, 17 Feb 2026 21:07:42 -0800 Subject: Fold: bugfix: seeking immediately updates in ui --- Scripts/Fold/Editor/FoldEditorWindow.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'Scripts/Fold') diff --git a/Scripts/Fold/Editor/FoldEditorWindow.cs b/Scripts/Fold/Editor/FoldEditorWindow.cs index 9c4cd2f..d475c6a 100755 --- a/Scripts/Fold/Editor/FoldEditorWindow.cs +++ b/Scripts/Fold/Editor/FoldEditorWindow.cs @@ -704,6 +704,7 @@ public class FoldEditorWindow : EditorWindow if (windows.Length == 0) return; s_timeProp.SetValue(windows[0], time); + ((EditorWindow)windows[0]).Repaint(); } static bool TryGetAnimationWindowState(out AnimationClip clip, out float time) -- cgit v1.2.3