TThumbnailPreview.MarkerColor

Please post bug reports, feature requests, or any question regarding the DELPHI AREA projects here.

TThumbnailPreview.MarkerColor

Postby MeW » February 17th, 2005, 6:45 pm

Please patch the source to change the color of you Marker. It has an invalid if-statement which is triggered if not assigned.

Code: Select all
procedure TThumbnailPreview.SetMarkerColor(Value: TColor);
begin
  if MarkerColor <> Value then
  begin
    FMarkerColor := Value;
    (*
    if ActiveThumb = nil then
    *)
    if Assigned(ActiveThumb) then
      ActiveThumb.PageView.Invalidate;
  end;
end;
MeW
Active Member
Active Member
 
Posts: 9
Joined: February 17th, 2005, 6:34 pm
Location: Netherlands

Postby Kambiz » February 21st, 2005, 12:30 pm

Thank you so much!

Kambiz
User avatar
Kambiz
Administrator
Administrator
 
Posts: 2429
Joined: March 7th, 2003, 7:10 pm


Return to DELPHI AREA Projects

Who is online

Users browsing this forum: No registered users and 1 guest