Disable ClearAll in FindAllInTheseFoundResults context menu

Fix #8691, close #8742
pull/8810/head
Scott Sumner 4 years ago committed by Don HO
parent 7c7dcd8fcc
commit 00d75495c9
No known key found for this signature in database
GPG Key ID: 6C429F1D8D84F46E

@ -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…
Cancel
Save