mirror of
https://github.com/notepad-plus-plus/notepad-plus-plus.git
synced 2025-07-27 15:54:17 +02:00
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:
parent
3eb1253d50
commit
8042e50b19
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user