mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 23:49:36 +02:00
lcl: TListItems.BeginUpdate, TListItems.EndUpdate implementation, fixes #10997
git-svn-id: trunk@24950 -
This commit is contained in:
parent
aa3fcc8505
commit
0038d3b64b
@ -140,7 +140,7 @@ end;
|
||||
|
||||
procedure TListItems.BeginUpdate;
|
||||
begin
|
||||
// todo:
|
||||
Owner.BeginUpdate;
|
||||
end;
|
||||
|
||||
{------------------------------------------------------------------------------
|
||||
@ -174,7 +174,7 @@ end;
|
||||
|
||||
procedure TListItems.EndUpdate;
|
||||
begin
|
||||
// todo:
|
||||
Owner.EndUpdate;
|
||||
end;
|
||||
|
||||
{------------------------------------------------------------------------------}
|
||||
|
Loading…
Reference in New Issue
Block a user