Remove unnecessary calls to remedy the plugin issue (regression)

Ref: https://community.notepad-plus-plus.org/topic/26567/notepad-v8-7-6-release-candidate/6?_=1737703232720
This commit is contained in:
Don Ho 2025-01-24 08:18:27 +01:00
parent 3eb1253d50
commit 8042e50b19

View File

@ -2114,9 +2114,6 @@ void ScintillaEditView::defineDocType(LangType typeDoc)
if (currentIndentMode != docIndentMode)
execute(SCI_SETINDENTATIONGUIDES, docIndentMode);
}
execute(SCI_SETLAYOUTCACHE, SC_CACHE_DOCUMENT, 0);
execute(SCI_STARTSTYLING, 0, 0);
}
Document ScintillaEditView::getBlankDocument()