mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-09-04 17:15:23 -06:00
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:
parent
c1c98e07d9
commit
1e50ea640b
6 changed files with 33 additions and 33 deletions
|
|
@ -564,6 +564,7 @@ void TextCtrl::Redo() {
|
|||
void TextCtrl::ClearSelection() {
|
||||
anchor = -1;
|
||||
Refresh();
|
||||
SelectionChanged();
|
||||
WhenSel();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue