Explorar o código

* Color change

Michaël Van Canneyt hai 6 meses
pai
achega
984a468997
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;