mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-06 14:58:13 +02:00
DE: Update "search results" scrollbars after filling the tree. Issue #37582
git-svn-id: branches/fixes_2_0@64630 -
This commit is contained in:
parent
48ffd9739c
commit
815e3dc6d6
@ -1197,6 +1197,7 @@ begin
|
||||
for i := 0 to fUpdateStrings.Count - 1 do
|
||||
AddNode(fUpdateStrings[i], TLazSearchMatchPos(fUpdateStrings.Objects[i]));
|
||||
Items.EndUpdate;
|
||||
Resize;
|
||||
end;//if
|
||||
end;//EndUpdate
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user