From 9e0b0fca7df65dfb411fa75bde70353e274a9073 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=A1=BE=E5=8A=A0=E6=88=90?= <11661715+gjc2022@user.noreply.gitee.com> Date: Mon, 12 Jun 2023 01:46:34 +0000 Subject: [PATCH] =?UTF-8?q?MAX=5FRECORD=5FKEY=5FLENGTH=20=E5=A4=AA?= =?UTF-8?q?=E5=B0=8F,=E5=AF=BC=E8=87=B4=E6=90=9C=E7=B4=A2=E8=AE=B0?= =?UTF-8?q?=E5=BD=95=E6=9C=AA=E4=BF=9D=E5=AD=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 顾加成 <11661715+gjc2022@user.noreply.gitee.com> --- src/findwin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/findwin.cpp b/src/findwin.cpp index c850bde..ed01d60 100755 --- a/src/findwin.cpp +++ b/src/findwin.cpp @@ -23,7 +23,7 @@ enum TAB_TYPES { MARK_TYPE, }; -const int MAX_RECORD_KEY_LENGTH = 20; +const int MAX_RECORD_KEY_LENGTH = 120; FindWin::FindWin(QWidget *parent):QMainWindow(parent), m_editTabWidget(nullptr), m_isFindFirst(true), m_findHistory(nullptr), \ pEditTemp(nullptr), m_curEditWin(nullptr), m_isStatic(false), m_isReverseFind(false), m_pMainPad(parent)