IDE: made search results treeview readonly, maybe fixes issue #13013

git-svn-id: trunk@18375 -
This commit is contained in:
vincents 2009-01-21 15:13:56 +00:00
parent d26a42d969
commit 4bd3a5f558

View File

@ -1054,6 +1054,7 @@ end;
Constructor TLazSearchResultTV.Create(AOwner: TComponent);
begin
inherited Create(AOwner);
ReadOnly := True;
fSearchObject:= TLazSearch.Create;
fUpdating:= false;
fUpdateCount:= 0;