mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 11:24:14 +02:00
* fix for Mantis #35760: apply patch by user Bloodbatgot to fix drawing of thick lines
git-svn-id: trunk@42327 -
This commit is contained in:
parent
2bebfeca3a
commit
a2ce2cea94
@ -265,7 +265,7 @@ var
|
||||
{ thick width }
|
||||
hline(x1,x2,y2-1);
|
||||
hline(x1,x2,y2);
|
||||
hline(x2,x2,y2+1);
|
||||
hline(x1,x2,y2+1);
|
||||
end;
|
||||
end
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user