Fix indentation

This commit is contained in:
Martín Capello 2024-12-04 15:21:44 -03:00 committed by David Capello
parent 3987412826
commit dcc3f9e8e1

View File

@ -154,10 +154,10 @@ void FilterWindow::setNewTarget(Target target)
void FilterWindow::apply()
{
stopPreview();
stopPreview();
// Apply the filter in background
m_filterMgr->startWorker();
// Apply the filter in background
m_filterMgr->startWorker();
}
void FilterWindow::onApply()