mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-09-21 08:58:06 +02:00
parent
4ae6736c99
commit
caa4827e18
@ -349,7 +349,7 @@ public :
|
||||
}
|
||||
|
||||
void updateFinderScintilla() {
|
||||
if (_pFinder && _pFinder->isCreated() && _pFinder->isVisible())
|
||||
if (_pFinder && _pFinder->isCreated())
|
||||
{
|
||||
_pFinder->setFinderStyle();
|
||||
}
|
||||
|
@ -942,6 +942,7 @@ protected:
|
||||
void setSearchResultLexer() {
|
||||
if (execute(SCI_GETLEXER) == SCLEX_SEARCHRESULT)
|
||||
{
|
||||
makeStyle(L_SEARCHRESULT, nullptr);
|
||||
return;
|
||||
}
|
||||
execute(SCI_STYLESETEOLFILLED, SCE_SEARCHRESULT_FILE_HEADER, true);
|
||||
|
Loading…
x
Reference in New Issue
Block a user