disabled other filters

This commit is contained in:
lostjared
2018-11-17 02:57:30 -08:00
parent 598f936497
commit 792e950f17

View File

@@ -289,6 +289,9 @@ void ChromaWindow::enableKey(bool op) {
switch(row) {
case 0:
colorkey_filter = true;
colorkey_set = false;
colorkey_bg = false;
colorkey_replace = false;
stream << "Enabled " << colorkeys_vec.size() << " keys in filter mode";
QMessageBox::information(this, "Enabled Keys", keys_text);
break;