Ignore:
Timestamp:
Jun 15, 2019, 7:20:36 PM (5 years ago)
Author:
chronos
Message:
  • Fixed: Incorrectly appended lines in Help form causing exception.
  • Modified: Refactored code in Help form for better readability.
  • Fixed: Mouse sheel scrolling sensitivity.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Packages/CevoComponents/BaseWin.pas

    r166 r171  
    4343    procedure SmartInvalidate; override;
    4444  protected
    45     CaptionLeft, CaptionRight, InnerWidth, InnerHeight: integer;
    46     WideBottom, FullCaption, TexOverride, ModalIndication: boolean;
     45    CaptionLeft: Integer;
     46    CaptionRight: Integer;
     47    InnerWidth: Integer;
     48    InnerHeight: integer;
     49    WideBottom: Boolean;
     50    FullCaption: Boolean;
     51    TexOverride: Boolean;
     52    ModalIndication: Boolean;
    4753    procedure InitWindowRegion;
    4854    procedure VPaint; override;
Note: See TracChangeset for help on using the changeset viewer.