Skip to content

Commit

Permalink
Hmmm = Canvas does clip highlightthickness.
Browse files Browse the repository at this point in the history
  • Loading branch information
culler committed Sep 20, 2024
1 parent e68994f commit c069c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Lib/test/test_tkinter/test_widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -756,7 +756,7 @@ class CanvasTest(AbstractWidgetTest, unittest.TestCase):
_rounds_pixels = True
if tk_version < (9, 0):
_noround = {}
_clipped = {}
_clipped = {'highlightthickness'}
else:
_no_round = {'borderwidth', 'height', 'highlightthickness', 'width',
'xscrollincrement', 'yscrollincrement'}
Expand Down

0 comments on commit c069c89

Please sign in to comment.