Closed rb-union closed 4 months ago
关键摘要:
findKeywordForward
和searchKeywordSelection
函数中,options
变量被错误地修改为与defaultCaseSensitive
变量的值进行按位或操作,而不是按位与操作。这会导致options
变量在后续的find
函数调用中始终包含QTextDocument::FindCaseSensitively
标志,即使defaultCaseSensitive
为Qt::CaseInsensitive
。是否建议立即修改:
[APPROVALNOTIFIER] This PR is NOT APPROVED
This pull-request has been approved by: pengfeixx, rb-union
The full list of commands accepted by this bot can be found here.
Change the setting when case sensitive. 调整区分大小写配置时的设置
Log: 修复错误的匹配大小写判断设置 Bug: https://pms.uniontech.com/bug-view-262733.html