mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Issue #19085: Fixed pixels rounding for last Tk patchlevels.
This commit is contained in:
commit
9fe43f5ff3
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ noconv = str if tcl_version < (8, 5) else False
|
|||
_sentinel = object()
|
||||
|
||||
class AbstractWidgetTest:
|
||||
_conv_pixels = round if tcl_version[:2] != (8, 5) else int
|
||||
_conv_pixels = round
|
||||
_conv_pad_pixels = None
|
||||
wantobjects = True
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue