mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-13 03:09:17 +02:00
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:
parent
3c931c022f
commit
6ff1d590b7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user