mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-21 04:44:40 +02:00
Disable ClearAll in FindAllInTheseFoundResults context menu
Fix #8691, close #8742
This commit is contained in:
parent
7c7dcd8fcc
commit
00d75495c9
@ -3762,6 +3762,8 @@ INT_PTR CALLBACK Finder::run_dlgProc(UINT message, WPARAM wParam, LPARAM lParam)
|
||||
|
||||
scintillaContextmenu.create(_hSelf, tmp);
|
||||
|
||||
scintillaContextmenu.enableItem(NPPM_INTERNAL_SCINTILLAFINFERCLEARALL, !_canBeVolatiled);
|
||||
|
||||
scintillaContextmenu.checkItem(NPPM_INTERNAL_SCINTILLAFINDERWRAP, _longLinesAreWrapped);
|
||||
|
||||
scintillaContextmenu.display(p);
|
||||
|
Loading…
x
Reference in New Issue
Block a user