[TGradient] Small bug(?) with system color...
Hi! It's me again 
When I set property (in Delphi IDE) to system color (f.ex. clBtnFace), there are no effect after execute exe. I solved this by change this lines:
BTW, IMHO the property UseSysColors isn't useful.
When I set property (in Delphi IDE) to system color (f.ex. clBtnFace), there are no effect after execute exe. I solved this by change this lines:
- Code: Select all
property ColorBegin: TColor read fColorBegin write SetColorBegin default clWhite;
property ColorEnd: TColor read fColorEnd write SetColorEnd default clBtnFace;
BTW, IMHO the property UseSysColors isn't useful.