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

This commit is contained in:
Serhiy Storchaka 2013-11-03 18:25:17 +02:00
commit 9fe43f5ff3

View file

@ -11,7 +11,7 @@
_sentinel = object()
class AbstractWidgetTest:
_conv_pixels = round if tcl_version[:2] != (8, 5) else int
_conv_pixels = round
_conv_pad_pixels = None
wantobjects = True