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