From e0f4578cdec9a1e8edfc8c28156aab545da8e0d0 Mon Sep 17 00:00:00 2001 From: martin Date: Wed, 2 May 2012 13:36:30 +0000 Subject: [PATCH] SynEdit: Remove not required invalidation (paint / call to wrong Update() ) git-svn-id: trunk@37134 - --- components/synedit/synedit.pp | 2 -- 1 file changed, 2 deletions(-) diff --git a/components/synedit/synedit.pp b/components/synedit/synedit.pp index 76e97e3fea..4e1531f248 100644 --- a/components/synedit/synedit.pp +++ b/components/synedit/synedit.pp @@ -6396,14 +6396,12 @@ begin LeftChar := LeftChar - 1; if CaretX > LeftChar + CharsInWindow then CaretX := LeftChar + CharsInWindow; - Update; end; ecScrollRight: begin LeftChar := LeftChar + 1; if CaretX < LeftChar then CaretX := LeftChar; - Update; end; ecInsertMode: begin