TTreeNodeShape's shadow moving with View3DOptions.Zoom

TeeTree VCL for Borland Delphi and C++ Builder.
Post Reply
keithblo
Newbie
Newbie
Posts: 12
Joined: Mon Jun 25, 2007 12:00 am

TTreeNodeShape's shadow moving with View3DOptions.Zoom

Post by keithblo » Thu Sep 27, 2007 9:20 pm

Support,

I've just downloaded the source code version of TeeChart Pro 8.01 and
there seems to be a bug with TeeTree and scaling, causing
TTreeNodeShape's shadows to be shifted considerably.

When setting View3DOptions.Zoom to anything larger than 100, it shifts
the shadows down and to the right significantly.


Platform:
  • Delphi 7.1 Pro
    Windows XP Pro SP 2
    TeeChart 8.01 Source

Regards,

Keith Blows

    tom
    Advanced
    Posts: 211
    Joined: Mon Dec 01, 2003 5:00 am
    Contact:

    Post by tom » Mon Oct 08, 2007 8:39 pm

    Hi Keith,

    Thanks for reporting. This is indeed a bug.
    For now you can bypass this bug by setting the smooth property to false as in:

    Code: Select all

    tree1.Shape[0].Shadow.Smooth := False;
    Best regards,
    tom

    Post Reply