mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-05 22:40:16 +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);
|
QMessageBox::information(this, "Enabled Keys", keys_text);
|
||||||
break;
|
break;
|
||||||
case 1:
|
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");
|
QMessageBox::information(this, "Need to Set Image", "Please Select a image to replace key with");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user