Skip to content

Commit c069c89

Browse files
committed
Hmmm = Canvas does clip highlightthickness.
1 parent e68994f commit c069c89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_tkinter/test_widgets.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -756,7 +756,7 @@ class CanvasTest(AbstractWidgetTest, unittest.TestCase):
756756
_rounds_pixels = True
757757
if tk_version < (9, 0):
758758
_noround = {}
759-
_clipped = {}
759+
_clipped = {'highlightthickness'}
760760
else:
761761
_no_round = {'borderwidth', 'height', 'highlightthickness', 'width',
762762
'xscrollincrement', 'yscrollincrement'}

0 commit comments

Comments
 (0)