VTV: fixed painting selection

git-svn-id: trunk@63586 -
This commit is contained in:
pascal 2020-07-17 08:37:56 +00:00
parent e700d7a6f9
commit d5f62b9ccb

View File

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