浏览代码

Screen width more than 255 fix for Statuses unit.

Margers 1 月之前
父节点
当前提交
b9688ae266
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/fv/src/statuses.pas

+ 1 - 1
packages/fv/src/statuses.pas

@@ -748,7 +748,7 @@ const Arrows : array[0..1] of AnsiChar = '<>';
 var
   B : TDrawBuffer;
   C : Word;
-  Len : Byte;
+  Len : Sw_Integer;
 begin
   C := GetColor(1);
   Len := Round(Size.X * Current/(Max - Min));