Page 1 of 1

TTreeNodeShape's shadow moving with View3DOptions.Zoom

Posted: Thu Sep 27, 2007 9:20 pm
by 10545670
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

    Posted: Mon Oct 08, 2007 8:39 pm
    by Tom
    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