Added: Pan and Grid display in AnimationPreview; Fixed: Current frame not being selected when animation stops playing

This commit is contained in:
quinnvoker
2018-12-21 20:05:57 -08:00
parent 51d27750c5
commit 9e4c8732c3
2 changed files with 144 additions and 36 deletions
+2
View File
@@ -284,6 +284,7 @@ namespace AnimationEditor
{
animationPreview.Playing = false;
frameTrackBar.Enabled = true;
frameListBox_SetSingleSelection(frameTrackBar.Value);
}
private void animationLoopCheckBox_CheckedChanged(object sender, EventArgs e)
@@ -299,6 +300,7 @@ namespace AnimationEditor
if (!animationPreview.Playing)
{
frameTrackBar.Enabled = true;
frameListBox_SetSingleSelection(frameTrackBar.Value);
}
else
{