Fix problem with preview not showing editing entry values on filters

This commit is contained in:
David Capello 2017-10-06 16:29:57 -03:00
parent cca9ff702a
commit bc541c776b

View File

@ -60,6 +60,8 @@ void FilterPreview::stop()
void FilterPreview::restartPreview()
{
stop();
base::scoped_lock lock(m_filterMgrMutex);
m_filterMgr->beginForPreview();