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