From 0947aa458bd56c9fc30933bedf7b4616a1c8285f Mon Sep 17 00:00:00 2001 From: Jared Bruni Date: Mon, 22 Apr 2019 14:50:57 -0700 Subject: [PATCH] updated libacidcam recompile/install --- src/main_window.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main_window.cpp b/src/main_window.cpp index 2ec6562..8a9582d 100644 --- a/src/main_window.cpp +++ b/src/main_window.cpp @@ -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")); }