diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/Editor.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Editor.cxx b/src/Editor.cxx index bde9cff73..9f3999b08 100644 --- a/src/Editor.cxx +++ b/src/Editor.cxx @@ -715,7 +715,7 @@ void Editor::SetSelectionFromSerialized(const char *serialized) { sel = Selection(serialized); sel.Truncate(pdoc->Length()); SetRectangularRange(); - InvalidateStyleRedraw(); + Redraw(); } } |
