mirror of
https://github.com/aseprite/aseprite.git
synced 2025-01-06 06:58:15 +00:00
Fix problem with preview not showing editing entry values on filters
This commit is contained in:
parent
cca9ff702a
commit
bc541c776b
@ -60,6 +60,8 @@ void FilterPreview::stop()
|
||||
|
||||
void FilterPreview::restartPreview()
|
||||
{
|
||||
stop();
|
||||
|
||||
base::scoped_lock lock(m_filterMgrMutex);
|
||||
|
||||
m_filterMgr->beginForPreview();
|
||||
|
Loading…
Reference in New Issue
Block a user