mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-02 03:50:35 +02:00
* Color change
This commit is contained in:
parent
df42ee55d4
commit
984a468997
@ -150,7 +150,7 @@ begin
|
|||||||
Writeln(stdout,'Setting brush style');
|
Writeln(stdout,'Setting brush style');
|
||||||
system.flush(stdout);
|
system.flush(stdout);
|
||||||
end;
|
end;
|
||||||
cnv.brush.FPColor:=colDkGray;
|
cnv.brush.FPColor:=colYellow;
|
||||||
SR:=Skipped/Total;
|
SR:=Skipped/Total;
|
||||||
FR:=Failed/Total;
|
FR:=Failed/Total;
|
||||||
PR:=1-SR-FR;
|
PR:=1-SR-FR;
|
||||||
|
Loading…
Reference in New Issue
Block a user