Ignore:
Timestamp:
May 14, 2024, 12:05:39 PM (5 weeks ago)
Author:
chronos
Message:
  • Fixed: Incorrect drawing of the list items if clicked on the first item in the list on Windows.
File:
1 edited

Legend:

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

    r569 r572  
    4242  Blue = $d77800;
    4343begin
     44  {$IFDEF UNIX}
     45  // Clear blank area under the items
    4446  if Index = 0 then begin
    4547    Canvas.Brush.Color := Color;
     
    4749    Canvas.FillRect(0, 0, Width, Height);
    4850  end;
     51  {$ENDIF}
    4952
    5053  if odSelected in State then begin
Note: See TracChangeset for help on using the changeset viewer.