You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the function procedure PaintTree(aTargetCanvas: TCanvas; const aWindow: TRect; aTarget: TPoint; aPaintOptions: TVTInternalPaintOptions; aPixelFormat: TPixelFormat = pfDevice); with parameters aPaintOptions=[..poUnbuffered..] and aTarget.x<>0 column locations are calculated incorrectly.
I think the error is located somewhere starting from line 30508, where the right and left borders of the column are calculated.
The text was updated successfully, but these errors were encountered:
What is the VirtualTreeView version / branch?
5.5.3.1
What is the Lazarus and Freepascal version?
Lazarus 2.0.4 r61665 FPC 3.0.4 i386-win32-win32/win64
Bug?
When using the function
procedure PaintTree(aTargetCanvas: TCanvas; const aWindow: TRect; aTarget: TPoint; aPaintOptions: TVTInternalPaintOptions; aPixelFormat: TPixelFormat = pfDevice);
with parametersaPaintOptions=[..poUnbuffered..]
andaTarget.x<>0
column locations are calculated incorrectly.I think the error is located somewhere starting from line
30508
, where the right and left borders of the column are calculated.The text was updated successfully, but these errors were encountered: