mirror of
https://github.com/aseprite/aseprite.git
synced 2025-04-24 09:02:31 +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()
|
void FilterPreview::restartPreview()
|
||||||
{
|
{
|
||||||
|
stop();
|
||||||
|
|
||||||
base::scoped_lock lock(m_filterMgrMutex);
|
base::scoped_lock lock(m_filterMgrMutex);
|
||||||
|
|
||||||
m_filterMgr->beginForPreview();
|
m_filterMgr->beginForPreview();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user