mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-11 12:20:37 +01:00
SynEdit: clean-up
git-svn-id: trunk@24561 -
This commit is contained in:
parent
1c3a760803
commit
0fb0a40d23
@ -147,10 +147,7 @@ end;
|
||||
|
||||
procedure TSynGutterMarks.Paint(Canvas : TCanvas; AClip : TRect; FirstLine, LastLine : integer);
|
||||
var
|
||||
i, iLine: integer;
|
||||
aGutterOffs: Integer;
|
||||
LineHeight: Integer;
|
||||
HasAnyMark: Boolean;
|
||||
i, LineHeight: integer;
|
||||
begin
|
||||
if not Visible then exit;
|
||||
LineHeight := TSynEdit(SynEdit).LineHeight;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user