Changeset 572 for trunk/Packages/CevoComponents/ListBoxEx.pas
- Timestamp:
- May 14, 2024, 12:05:39 PM (6 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Packages/CevoComponents/ListBoxEx.pas
r569 r572 42 42 Blue = $d77800; 43 43 begin 44 {$IFDEF UNIX} 45 // Clear blank area under the items 44 46 if Index = 0 then begin 45 47 Canvas.Brush.Color := Color; … … 47 49 Canvas.FillRect(0, 0, Width, Height); 48 50 end; 51 {$ENDIF} 49 52 50 53 if odSelected in State then begin
Note:
See TracChangeset
for help on using the changeset viewer.