mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-05 14:30:03 +01:00
updated chroma image code
This commit is contained in:
@@ -305,7 +305,7 @@ void ChromaWindow::enableKey(bool op) {
|
||||
QMessageBox::information(this, "Enabled Keys", keys_text);
|
||||
break;
|
||||
case 1:
|
||||
if(color_replace_image.empty()) {
|
||||
if(select_image_path->text().length() == 0) {
|
||||
QMessageBox::information(this, "Need to Set Image", "Please Select a image to replace key with");
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user