Ignore:
Timestamp:
Jul 25, 2025, 5:55:22 PM (27 hours ago)
Author:
chronos
Message:
  • Fixed: Black strip on the bottom of Draft dialog.
  • Fixed: Make selected book or map visible in the list on application start.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Packages/DpiControls/Dpi.StdCtrls.pas

    r592 r673  
    147147    constructor Create(AOwner: TComponent); override;
    148148    destructor Destroy; override;
     149    procedure MakeCurrentVisible;
    149150    property ItemIndex: Integer read GetItemIndex write SetItemIndex;
    150151    property Items: TStrings read GetItems write SetItems;
     
    645646end;
    646647
     648procedure TListBox.MakeCurrentVisible;
     649begin
     650  GetNativeListBox.MakeCurrentVisible;
     651end;
     652
    647653
    648654initialization
Note: See TracChangeset for help on using the changeset viewer.