mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-14 09:19:22 +02:00
a small fix for sorted list view (sorted carbonlistview now showns correct item order)
git-svn-id: trunk@20133 -
This commit is contained in:
parent
ec7adf6c05
commit
15144463b8
@ -574,8 +574,7 @@ class procedure TCarbonWSCustomListView.SetSort(const ALV: TCustomListView; cons
|
||||
const AColumn: Integer);
|
||||
begin
|
||||
if not CheckHandle(ALV, Self, 'SetSort') then Exit;
|
||||
|
||||
// TODO
|
||||
TCarbonListView(ALV.Handle).UpdateItems;
|
||||
end;
|
||||
|
||||
class procedure TCarbonWSCustomListView.SetViewOrigin(const ALV: TCustomListView;
|
||||
|
Loading…
Reference in New Issue
Block a user