summaryrefslogtreecommitdiffstats
path: root/Scripts/Fold
diff options
context:
space:
mode:
Diffstat (limited to 'Scripts/Fold')
-rwxr-xr-xScripts/Fold/Editor/FoldEditorWindow.cs1
1 files changed, 1 insertions, 0 deletions
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)