aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Editor.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Editor.cxx b/src/Editor.cxx
index 7bc142ee3..833f60d9a 100644
--- a/src/Editor.cxx
+++ b/src/Editor.cxx
@@ -5858,6 +5858,7 @@ void Editor::Indent(bool forwards) {
}
}
}
+ ContainerNeedsUpdate(SC_UPDATE_SELECTION);
}
class CaseFolderASCII : public CaseFolderTable {