From 2dbc06c008264d797a290e49dceceb0a45c8dd05 Mon Sep 17 00:00:00 2001 From: yangjiaxuan <171295266@qq.com> Date: Wed, 18 Sep 2024 21:51:35 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A7=A3=E5=86=B3=E5=9B=BD=E4=BA=A7loongarch64?= =?UTF-8?q?=E9=BA=92=E9=BA=9F=E7=AA=97=E5=8F=A3=E5=85=B3=E9=97=AD=E4=B8=8D?= =?UTF-8?q?=E6=8E=89=E7=9A=84=E9=97=AE=E9=A2=98=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/scanner2/mainwindow.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/scanner2/mainwindow.cpp b/app/scanner2/mainwindow.cpp index 9e7e8c5c..40725c21 100644 --- a/app/scanner2/mainwindow.cpp +++ b/app/scanner2/mainwindow.cpp @@ -1754,7 +1754,10 @@ void MainWindow::on_dialog_sideBar_finish(bool ok) } } m_widget_sideBar->enableUI(false); - emit m_pbtn_push->clicked(); + + /* Important!!! Modified on 2024-09-18, caused windows cannot be responsed when clicked "X" button on loongarch64 kylin v10P1. */ + //emit m_pbtn_push->clicked(); + on_m_pbtn_push_clicked(); } void MainWindow::on_act_thumbnailBar_triggered(bool checked)