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 -
This commit is contained in:
paul 2010-04-24 16:24:15 +00:00
parent 3c931c022f
commit 6ff1d590b7

View File

@ -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