mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 00:16:42 +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;
|
procedure TListItems.BeginUpdate;
|
||||||
begin
|
begin
|
||||||
// todo:
|
Owner.BeginUpdate;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{------------------------------------------------------------------------------
|
{------------------------------------------------------------------------------
|
||||||
@ -174,7 +174,7 @@ end;
|
|||||||
|
|
||||||
procedure TListItems.EndUpdate;
|
procedure TListItems.EndUpdate;
|
||||||
begin
|
begin
|
||||||
// todo:
|
Owner.EndUpdate;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{------------------------------------------------------------------------------}
|
{------------------------------------------------------------------------------}
|
||||||
|
Loading…
Reference in New Issue
Block a user