소스 검색

* Color change

Michaël Van Canneyt 4 달 전
부모
커밋
984a468997
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/utils/testsuite/tsgraph.pas

+ 1 - 1
tests/utils/testsuite/tsgraph.pas

@@ -150,7 +150,7 @@ begin
       Writeln(stdout,'Setting brush style');
       system.flush(stdout);
     end;
-  cnv.brush.FPColor:=colDkGray;
+  cnv.brush.FPColor:=colYellow;
   SR:=Skipped/Total;
   FR:=Failed/Total;
   PR:=1-SR-FR;