mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 09:39:09 +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);
|
const AColumn: Integer);
|
||||||
begin
|
begin
|
||||||
if not CheckHandle(ALV, Self, 'SetSort') then Exit;
|
if not CheckHandle(ALV, Self, 'SetSort') then Exit;
|
||||||
|
TCarbonListView(ALV.Handle).UpdateItems;
|
||||||
// TODO
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
class procedure TCarbonWSCustomListView.SetViewOrigin(const ALV: TCustomListView;
|
class procedure TCarbonWSCustomListView.SetViewOrigin(const ALV: TCustomListView;
|
||||||
|
Loading…
Reference in New Issue
Block a user