From 6ff1d590b7d0cfe318cd9f68a8477bf8206a165f Mon Sep 17 00:00:00 2001 From: paul Date: Sat, 24 Apr 2010 16:24:15 +0000 Subject: [PATCH] ide: don't use themed tree for search results view because we draw it items using own custom draw painter git-svn-id: trunk@24883 - --- ide/searchresultview.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide/searchresultview.pp b/ide/searchresultview.pp index 69828ddf72..de549398e5 100644 --- a/ide/searchresultview.pp +++ b/ide/searchresultview.pp @@ -869,7 +869,7 @@ begin OnMouseWheel:= @LazTVMouseWheel; ShowHint:= true; RowSelect := True; - Options := Options + [tvoAllowMultiselect]; + Options := Options + [tvoAllowMultiselect] - [tvoThemedDraw]; // we are using custom draw PopupMenu := popList; NewTreeView.Canvas.Brush.Color:= clWhite; end;//with