From 75bd235fda3664fe9fbc09bb1d0e0d7f8e634f78 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 3 Aug 2008 11:18:52 +0000 Subject: ClearDocumentStyle clears all indicators in case the lexer has used an indicator. --- src/Editor.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Editor.cxx') diff --git a/src/Editor.cxx b/src/Editor.cxx index c72fc96d0..372f03ea9 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -3497,6 +3497,7 @@ void Editor::ClearDocumentStyle() { pdoc->SetStyleFor(pdoc->Length(), 0); cs.ShowAll(); pdoc->ClearLevels(); + pdoc->decorations.ClearAll(); } void Editor::CopyAllowLine() { -- cgit v1.2.3