diff options
Diffstat (limited to 'src/Editor.cxx')
-rw-r--r-- | src/Editor.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
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() { |