mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-06 14:00:14 +02:00
added missing dxcount parameter
git-svn-id: trunk@19977 -
This commit is contained in:
parent
20c1109b87
commit
8a8a08bc64
@ -887,7 +887,7 @@ begin
|
||||
TextBrush.Apply(Self, False); // do not use ROP2
|
||||
|
||||
// finally draw the text
|
||||
if not TextLayout.Draw(X, Y, DX) then Exit;
|
||||
if not TextLayout.Draw(X, Y, DX, Count) then Exit;
|
||||
Result := True;
|
||||
finally
|
||||
EndTextRender(TextLayout);
|
||||
|
Loading…
Reference in New Issue
Block a user