Commit b2817327 authored by Serhiy Storchaka's avatar Serhiy Storchaka

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

parent 49667f09
......@@ -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
......
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