浏览代码

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

git-svn-id: trunk@42327 -
svenbarth 6 年之前
父节点
当前提交
a2ce2cea94
共有 1 个文件被更改,包括 1 次插入1 次删除
  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