mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-05 22:40:16 +01:00
added subfilter message
This commit is contained in:
@@ -839,7 +839,8 @@ void AC_MainWindow::comboFilterChanged(int) {
|
||||
std::string text = filters->currentText().toStdString();
|
||||
if(blend_set == false && text.find("Image") != std::string::npos)
|
||||
Log(tr("Set an Image to use this filter\n"));
|
||||
else if(ac::subfilter == -1 && text.find("SubFilter") != std::string::npos)
|
||||
|
||||
if(ac::subfilter == -1 && text.find("SubFilter") != std::string::npos)
|
||||
Log(tr("Set a SubFilter to use this filter\n"));
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user