mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-17 12:20:00 +01:00
disabled other filters
This commit is contained in:
@@ -289,6 +289,9 @@ void ChromaWindow::enableKey(bool op) {
|
|||||||
switch(row) {
|
switch(row) {
|
||||||
case 0:
|
case 0:
|
||||||
colorkey_filter = true;
|
colorkey_filter = true;
|
||||||
|
colorkey_set = false;
|
||||||
|
colorkey_bg = false;
|
||||||
|
colorkey_replace = false;
|
||||||
stream << "Enabled " << colorkeys_vec.size() << " keys in filter mode";
|
stream << "Enabled " << colorkeys_vec.size() << " keys in filter mode";
|
||||||
QMessageBox::information(this, "Enabled Keys", keys_text);
|
QMessageBox::information(this, "Enabled Keys", keys_text);
|
||||||
break;
|
break;
|
||||||
|
|||||||
Reference in New Issue
Block a user