mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-01 14:19:32 +01:00
SynEdit: Remove wrong implementation of Update. Update no longer forwards to Invalidate
git-svn-id: trunk@37135 -
This commit is contained in:
parent
e0f4578cde
commit
ce6718c8ea
@ -1045,7 +1045,6 @@ type
|
||||
property PaintLock: Integer read fPaintLock;
|
||||
|
||||
property UseUTF8: boolean read FUseUTF8;
|
||||
procedure Update; override;
|
||||
procedure Invalidate; override;
|
||||
property ChangeStamp: int64 read GetChangeStamp;
|
||||
procedure ShareTextBufferFrom(AShareEditor: TCustomSynEdit);
|
||||
@ -3787,11 +3786,6 @@ begin
|
||||
// we are painting everything ourselves, so not need to erase background
|
||||
end;
|
||||
|
||||
procedure TCustomSynEdit.Update;
|
||||
begin
|
||||
Invalidate;
|
||||
end;
|
||||
|
||||
procedure TCustomSynEdit.Invalidate;
|
||||
begin
|
||||
{$IFDEF VerboseSynEditInvalidate}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user