ide: Global highlighting of selection IDs improved

git-svn-id: svn://ultimatepp.org/upp/trunk@7432 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
cxl 2014-06-10 06:39:40 +00:00
parent c1c98e07d9
commit 1e50ea640b
6 changed files with 33 additions and 33 deletions

View file

@ -564,6 +564,7 @@ void TextCtrl::Redo() {
void TextCtrl::ClearSelection() {
anchor = -1;
Refresh();
SelectionChanged();
WhenSel();
}