Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bag: drawing columns #15

Open
slvr9 opened this issue Sep 26, 2019 · 1 comment
Open

bag: drawing columns #15

slvr9 opened this issue Sep 26, 2019 · 1 comment

Comments

@slvr9
Copy link

slvr9 commented Sep 26, 2019

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

@TommySlokky
Copy link

TommySlokky commented Sep 23, 2020

I can confirm there is a problem with column borders not being drawn

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants