aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2010-12-29 10:11:06 +1100
committernyamatongwe <devnull@localhost>2010-12-29 10:11:06 +1100
commitbc59320ce9a1fc8755a36f293b02b8e821afc9d8 (patch)
tree2249291ed94932275713ea0849c328f56a4acce0 /src
parent579b321f0da0cb19c3f843044a21d6830b5e2538 (diff)
downloadscintilla-mirror-bc59320ce9a1fc8755a36f293b02b8e821afc9d8.tar.gz
Removed unnecessary redraw in SCI_GOTOPOS for performance.
Feature #3146650.
Diffstat (limited to 'src')
-rw-r--r--src/Editor.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Editor.cxx b/src/Editor.cxx
index 5ed69b36b..b0d292a44 100644
--- a/src/Editor.cxx
+++ b/src/Editor.cxx
@@ -7306,7 +7306,6 @@ sptr_t Editor::WndProc(unsigned int iMessage, uptr_t wParam, sptr_t lParam) {
case SCI_GOTOPOS:
SetEmptySelection(wParam);
EnsureCaretVisible();
- Redraw();
break;
case SCI_GETCURLINE: {