SynEdit: fix painting gutter-part with margin. Issue #41638

(cherry picked from commit 34541a9c02)
This commit is contained in:
Martin 2025-05-15 10:46:22 +02:00
parent e0d7bc66c9
commit 3c988b0ed8

View File

@ -921,6 +921,8 @@ begin
( (MarkupInfoCurLineMerged.Background = clNone) or (CaretRow < 0))
then
begin
AClip.Left := AClip.Left + FLeftOffset;
AClip.Right := AClip.Right - FRightOffset;
Paint(Canvas, AClip, FirstLine, LastLine);
exit;
end;