aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Editor.cxx
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2014-01-13 08:59:43 +1100
committerNeil <nyamatongwe@gmail.com>2014-01-13 08:59:43 +1100
commitd8ba29f4960d601878e1b10be14c71b1df28f942 (patch)
treefeb7efd5a684774180583f596656afd03e332bd5 /src/Editor.cxx
parente08d12e3d6c71ad4dde001998f3479cfd40ec61a (diff)
downloadscintilla-mirror-d8ba29f4960d601878e1b10be14c71b1df28f942.tar.gz
Send SCN_UPDATEUI with SC_UPDATE_SELECTION for Shift+Tab inside text.
Diffstat (limited to 'src/Editor.cxx')
-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 {