Add ValidateFactor on runStepBtn

This commit is contained in:
DrPleaseRespect 2022-04-18 06:24:14 +08:00
parent 1eb0bf03d4
commit 8289baf854
1 changed files with 1 additions and 0 deletions

View File

@ -611,6 +611,7 @@ namespace Flowframes
private async void runStepBtn_Click(object sender, EventArgs e)
{
ValidateFactor();
SetTab("interpolate");
await InterpolateSteps.Run(stepSelector.Text);
}