actions: ApplyFilter: apply filter at the end (fix for #3624)

This commit is contained in:
Andrzej Rybczak
2013-04-06 12:29:54 +02:00
parent 946f90efdb
commit c79997c08b

View File

@@ -1781,7 +1781,12 @@ void ApplyFilter::run()
Statusbar::msg("Filtering disabled");
}
else
{
// apply filter here so even if old one wasn't modified
// (and callback wasn't invoked), it still gets applied.
f->applyFilter(filter);
Statusbar::msg("Using filter \"%s\"", filter.c_str());
}
if (myScreen == myPlaylist)
{