virtualtree: better cocoa compatibility

git-svn-id: trunk@61618 -
This commit is contained in:
dmitry 2019-07-23 14:18:08 +00:00
parent b79e2dd90e
commit 4a82f4209c

View File

@ -31042,7 +31042,7 @@ begin
{$ifdef DEBUG_VTV}Logger.SendBitmap([lcPaintBitmap],'NodeBitmap ' + IntToStr(PaintInfo.Node^.Index), NodeBitmap);{$endif}
{$ifdef DEBUG_VTV}Logger.SendIf([lcPaintDetails, lcHeaderOffset],'TargetRect.Top < Target.Y '+ Logger.RectToStr(TargetRect)
+' '+Logger.PointToStr(Target),TargetRect.Top < Target.Y);{$endif}
{$ifdef Gtk}
{$ifdef ManualClipNeeded}
//lclheader
// This is a brute force fix AKA hack to prevent the header being cleared
// when the tree is scrolled (YOffset < 0) and the mouse is over the header