mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-16 11:50:02 +01:00
disabled other filters
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user