| Code: |
|
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; |
output generated using printer-friendly topic mod. All times are GMT