mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 09:38:05 +02:00
LazControls: Filter data by TreeFilterEdit also when the TreeView is switched. By n7800.
This commit is contained in:
parent
00fb3bf31b
commit
7f000a6970
@ -457,7 +457,7 @@ begin
|
||||
fFilteredTreeview := AValue;
|
||||
if fFilteredTreeview <> nil then
|
||||
begin
|
||||
InternalSetFilter(Text);
|
||||
InvalidateFilter;
|
||||
fFilteredTreeview.FreeNotification(Self);
|
||||
fFilteredTreeview.AddHandlerOnBeforeDestruction(@OnBeforeTreeDestroy);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user