This commit is contained in:
Jared Bruni
2021-08-28 14:09:14 -07:00
parent df3d527fde
commit 4ed29763bb

View File

@@ -840,7 +840,7 @@ void AC_MainWindow::comboFilterChanged(int) {
if(blend_set == false && text.find("Image") != std::string::npos) if(blend_set == false && text.find("Image") != std::string::npos)
Log(tr("Set an Image to use this filter\n")); Log(tr("Set an Image to use this filter\n"));
if(ac::subfilter == -1 && text.find("SubFilter") != std::string::npos) if(filter_single->isChecked() && text.find("SubFilter") != std::string::npos)
Log(tr("Set a SubFilter to use this filter\n")); Log(tr("Set a SubFilter to use this filter\n"));
} }