mirror of
https://github.com/n00mkrad/flowframes.git
synced 2026-09-01 19:51:28 +02:00
fix preview not updating
This commit is contained in:
@@ -82,8 +82,9 @@ namespace Flowframes.Main
|
||||
if (firstProgUpd && Program.mainForm.IsInFocus())
|
||||
Program.mainForm.SetTab("preview");
|
||||
firstProgUpd = false;
|
||||
string lastFramePath = currentOutdir + "\\" + lastFrame.ToString("00000000") + $".{GetOutExt()}";
|
||||
if (lastFrame > 1)
|
||||
UpdateInterpProgress(lastFrame, targetFrames, currentOutdir + lastFrame.ToString("00000000") + $".{GetOutExt()}");
|
||||
UpdateInterpProgress(lastFrame, targetFrames, lastFramePath);
|
||||
if (lastFrame >= targetFrames)
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user