mirror of
https://github.com/lostjared/Acid.Cam.v2.Qt.git
synced 2025-12-19 13:19:59 +01:00
updated libacidcam recompile/install
This commit is contained in:
@@ -1064,6 +1064,7 @@ void AC_MainWindow::controls_SetImage() {
|
|||||||
QTextStream stream(&text);
|
QTextStream stream(&text);
|
||||||
stream << "Successfully Loaded Image: [" << fileName << "] Size: " << tblend_image.cols << "x" << tblend_image.rows << "\n";
|
stream << "Successfully Loaded Image: [" << fileName << "] Size: " << tblend_image.cols << "x" << tblend_image.rows << "\n";
|
||||||
Log(text);
|
Log(text);
|
||||||
|
ac::pix.setInit(false);
|
||||||
} else {
|
} else {
|
||||||
QMessageBox::information(this, tr("Image Load failed"), tr("Could not load image"));
|
QMessageBox::information(this, tr("Image Load failed"), tr("Could not load image"));
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user