Explorar el Código

Screen width more than 255 fix for Statuses unit.

Margers hace 1 mes
padre
commit
b9688ae266
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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));