Commit 68f518ce authored by Serhiy Storchaka's avatar Serhiy Storchaka

Issue #19085: Fixed pixels rounding for last Tk patchlevels.

parent 31b9c845
......@@ -14,7 +14,7 @@ def int_round(x):
_sentinel = object()
class AbstractWidgetTest(object):
_conv_pixels = staticmethod(int_round if tcl_version[:2] != (8, 5) else int)
_conv_pixels = staticmethod(int_round)
_conv_pad_pixels = None
wantobjects = True
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment