Ignore:
Timestamp:
Jul 7, 2010, 4:31:10 PM (14 years ago)
Author:
Kevin Toppenberg
Message:

Upgrade to version 27

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cprs/trunk/CPRS-Chart/Orders/fODChild.pas

    r456 r829  
    55uses
    66  Windows, Messages, SysUtils, Classes, Graphics, Controls, Forms, Dialogs,
    7   ExtCtrls, StdCtrls, fAutoSZ, ORFn;
     7  ExtCtrls, StdCtrls, fAutoSZ, ORFn, VA508AccessibilityManager;
    88
    99type
     
    8383    ARect.Left := ARect.Left + 2;
    8484    Canvas.FillRect(ARect);
    85     Canvas.Pen.Color := clSilver;
     85    Canvas.Pen.Color := Get508CompliantColor(clSilver);
    8686    SaveColor := Canvas.Brush.Color;
    8787    Canvas.MoveTo(ARect.Left, ARect.Bottom - 1);
Note: See TracChangeset for help on using the changeset viewer.