[issue22026] 2.7.8 ttk Button text display problem

Zachary Ware report at bugs.python.org
Tue Jul 22 19:08:19 CEST 2014


Zachary Ware added the comment:

I believe this is a change in Tk itself, I can get your 2.7.6 result with Python 2.7.8+ compiled against Tcl/Tk 8.5.2, and your 2.7.8 result with Python 2.7.6 compiled against Tcl/Tk 8.5.15.  I would guess that Tk is trying to avoid getting glyph in your padding and that you may need to work with centering somehow, but that's just wild speculation.

Serhiy, do you have any further insight?

----------
nosy: +serhiy.storchaka, zach.ware
resolution:  -> third party
status: open -> pending

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22026>
_______________________________________


More information about the Python-bugs-list mailing list