From dc556a8d344ed19dc07f1f4973dc79f62aebeb35 Mon Sep 17 00:00:00 2001 From: CalciteM Team Date: Tue, 27 Aug 2019 13:16:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=BC=80=E7=A8=8B=E5=BA=8F=E6=97=B6?= =?UTF-8?q?=E9=BB=98=E8=AE=A4=E9=80=89=E4=BA=BA=E5=85=88=E6=89=8B=E5=92=8C?= =?UTF-8?q?=E7=94=B5=E8=84=91=E5=AF=B9=E6=88=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- NineChess/src/ninechesswindow.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/NineChess/src/ninechesswindow.cpp b/NineChess/src/ninechesswindow.cpp index 363a069d..ab82bc66 100644 --- a/NineChess/src/ninechesswindow.cpp +++ b/NineChess/src/ninechesswindow.cpp @@ -311,6 +311,8 @@ void NineChessWindow::initialize() ui.pushButton_option->setContextMenuPolicy(Qt::ActionsContextMenu); connect(ui.pushButton_option, SIGNAL(customContextMenuRequested(const QPoint &)), this, SLOT(ctxMenu(const QPoint &))); #endif /* MOBILE_APP_UI */ + + ui.actionEngine2_R->setChecked(true); } #ifdef MOBILE_APP_UI