Bladeren bron

* fix for Mantis #35760: apply patch by user Bloodbatgot to fix drawing of thick lines

git-svn-id: trunk@42327 -
svenbarth 6 jaren geleden
bovenliggende
commit
a2ce2cea94
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      packages/graph/src/inc/graph.inc

+ 1 - 1
packages/graph/src/inc/graph.inc

@@ -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