mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-08 12:56:22 +02:00
Merge branch 'Gtk3FixLineTo' into 'main'
gtk3: Fixed LineTo implementation. Closes #40323. See merge request freepascal.org/lazarus/lazarus!203
This commit is contained in:
commit
a1f4b51baf
@ -2315,7 +2315,7 @@ begin
|
|||||||
end else
|
end else
|
||||||
cairo_line_to(pcr,X+PixelOffset, Y+PixelOffset);
|
cairo_line_to(pcr,X+PixelOffset, Y+PixelOffset);
|
||||||
|
|
||||||
cairo_stroke(pcr);
|
cairo_stroke_preserve(pcr);
|
||||||
Result := True;
|
Result := True;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user