mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 07:29:25 +02:00
VTV: fixed painting selection
git-svn-id: trunk@63586 -
This commit is contained in:
parent
e700d7a6f9
commit
d5f62b9ccb
@ -24811,8 +24811,7 @@ begin
|
||||
if not IsRectEmpty(InnerRect) then
|
||||
{$ifdef ThemeSupport}
|
||||
{$ifdef Windows}
|
||||
if (tsUseExplorerTheme in FStates)
|
||||
and (Theme <> 0) then
|
||||
if (tsUseExplorerTheme in FStates) and (Theme <> 0) then
|
||||
begin
|
||||
// If the node is also hot, its background will be drawn later.
|
||||
if not (toHotTrack in FOptions.FPaintOptions) or (Node <> FCurrentHotNode) or
|
||||
|
Loading…
Reference in New Issue
Block a user