mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-09-16 11:30:54 -04:00
--User changes
-Add a progress bar for sequence previews. --Bug fixes -Attempt to prevent crash when dragging in a new file while the previews from the current file are still rendering.
This commit is contained in:
@ -531,6 +531,10 @@ bool RendererBase::Shared() const { return false; }
|
||||
void RendererBase::Reset()
|
||||
{
|
||||
Abort();
|
||||
|
||||
while (InRender())
|
||||
std::this_thread::sleep_for(std::chrono::milliseconds(10));
|
||||
|
||||
EnterRender();
|
||||
EnterFinalAccum();
|
||||
LeaveFinalAccum();
|
||||
|
Reference in New Issue
Block a user