Ignore:
Timestamp:
Apr 8, 2022, 9:19:27 PM (2 years ago)
Author:
chronos
Message:
  • Modified: Removed explicit Delphi directive.
  • Fixed: Added mising UTestCase file.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UVCardHighlighter.pas

    r118 r127  
    4747
    4848*)
    49 
    50 {$mode objfpc}{$H+}
    5149
    5250interface
     
    135133
    136134  // Ensure the HL reacts to changes in the attributes. Do this once, if all attributes are created
    137   SetAttributesOnChange(@DefHighlightChange);
     135  SetAttributesOnChange(DefHighlightChange);
    138136end;
    139137
Note: See TracChangeset for help on using the changeset viewer.