aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
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
commit68db55c57d1fa191a5b1dfb96742619a80d90d77 (patch)
tree58b064d020902e3cef7cd8bfa0755b23b9174299 /src
parent79710d1306634c673fde54a23328b390183eef85 (diff)
downloadscintilla-mirror-68db55c57d1fa191a5b1dfb96742619a80d90d77.tar.gz
Send SCN_UPDATEUI with SC_UPDATE_SELECTION for Shift+Tab inside text.
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 {