This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author exarkun
Recipients Al.Sweigart, Saimadhav.Heblikar, exarkun, python-dev, terry.reedy
Date 2022-03-18.13:26:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1647609966.71.0.767520234213.issue22628@roundup.psfhosted.org>
In-reply-to
Content
This is still/again broken, probably because the "fixed" version still hard-codes all of the geometry values and these will certainly not be correct for all combinations of display dpi, font configuration, etc.

Instead, `TreeNode.draw` and `TreeNode.drawtext` (at least) need to consider the size of the children and space them accordingly.
History
Date User Action Args
2022-03-18 13:26:06exarkunsetrecipients: + exarkun, terry.reedy, python-dev, Al.Sweigart, Saimadhav.Heblikar
2022-03-18 13:26:06exarkunsetmessageid: <1647609966.71.0.767520234213.issue22628@roundup.psfhosted.org>
2022-03-18 13:26:06exarkunlinkissue22628 messages
2022-03-18 13:26:06exarkuncreate