Skip to content

Commit

Permalink
Doplnena barva symbolu clMarron.
Browse files Browse the repository at this point in the history
...kvuli spravnemu zobrazovani stavu, kdy je vyple DCC.
  • Loading branch information
horacekj committed Mar 16, 2017
1 parent e2aa3d7 commit e7250cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Symbols.pas
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ interface

//barvy symbolu
//zde je definovan pocet barev
_Symbol_ColorsCount = 12;
_Symbol_ColorsCount = 13;
//zde jsou definovany jednotlive barvy
_Symbol_Colors: array [0..(_Symbol_ColorsCount-1)] of TColor =
($FF00FF,$A0A0A0,$0000FF,$00FF00,$FFFFFF,$FFFF00,$FF0000,$00FFFF,$000000,$808000,$008080,clPurple);
($FF00FF,$A0A0A0,$0000FF,$00FF00,$FFFFFF,$FFFF00,$FF0000,$00FFFF,$000000,$808000,$008080,clPurple,clMaroon);


type
Expand Down

0 comments on commit e7250cd

Please sign in to comment.