mirror of https://gitee.com/cxasm/notepad--.git
MAX_RECORD_KEY_LENGTH 太小,导致搜索记录未保存
Signed-off-by: 顾加成 <11661715+gjc2022@user.noreply.gitee.com>
This commit is contained in:
parent
a99b34d2ed
commit
9e0b0fca7d
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue