mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-25 23:05:13 +02:00
Fix "preventing Find All Curr Doc working in macro" issue
Fix #5973, close #6006
This commit is contained in:
parent
cd9f761293
commit
9d79d6c017
@ -2679,7 +2679,7 @@ void FindReplaceDlg::execSavedCommand(int cmd, uptr_t intValue, const generic_st
|
|||||||
break;
|
break;
|
||||||
case IDC_FINDALL_CURRENTFILE:
|
case IDC_FINDALL_CURRENTFILE:
|
||||||
nppParamInst->_isFindReplacing = true;
|
nppParamInst->_isFindReplacing = true;
|
||||||
findAllIn(FILES_IN_DIR);
|
findAllIn(CURRENT_DOC);
|
||||||
nppParamInst->_isFindReplacing = false;
|
nppParamInst->_isFindReplacing = false;
|
||||||
break;
|
break;
|
||||||
case IDC_REPLACE_OPENEDFILES:
|
case IDC_REPLACE_OPENEDFILES:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user