Changeset 127 for trunk/UVCardHighlighter.pas
- Timestamp:
- Apr 8, 2022, 9:19:27 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UVCardHighlighter.pas
r118 r127 47 47 48 48 *) 49 50 {$mode objfpc}{$H+}51 49 52 50 interface … … 135 133 136 134 // Ensure the HL reacts to changes in the attributes. Do this once, if all attributes are created 137 SetAttributesOnChange( @DefHighlightChange);135 SetAttributesOnChange(DefHighlightChange); 138 136 end; 139 137
Note:
See TracChangeset
for help on using the changeset viewer.