Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b281732

Browse files
Issue #19085: Fixed pixels rounding for last Tk patchlevels.
1 parent 49667f0 commit b281732

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/tkinter/test/widget_tests.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
_sentinel = object()
1212

1313
class AbstractWidgetTest:
14-
_conv_pixels = round if tcl_version[:2] != (8, 5) else int
14+
_conv_pixels = round
1515
_conv_pad_pixels = None
1616
wantobjects = True
1717

0 commit comments

Comments
 (0)