Ignore:
Timestamp:
Apr 28, 2022, 10:40:37 PM (2 years ago)
Author:
chronos
Message:
  • Modified: Changed WindowMode numerical constants to enumeration.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LocalPlayer/Rates.pas

    r426 r431  
    2323  public
    2424    procedure OffscreenPaint; override;
    25     procedure ShowNewContent(NewMode: integer);
     25    procedure ShowNewContent(NewMode: TWindowMode);
    2626  end;
    2727
     
    157157end;
    158158
    159 procedure TRatesDlg.ShowNewContent(NewMode: integer);
     159procedure TRatesDlg.ShowNewContent(NewMode: TWindowMode);
    160160begin
    161161  inherited ShowNewContent(NewMode);
Note: See TracChangeset for help on using the changeset viewer.