소스 검색

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));