mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-03 07:19:38 +01:00
virtualtree: better cocoa compatibility
git-svn-id: trunk@61618 -
This commit is contained in:
parent
b79e2dd90e
commit
4a82f4209c
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user