Skip to content

Commit 9e16a22

Browse files
kujirahandCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent b5204dd commit 9e16a22

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/theme/ttk_button.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@
1313
for event, values in window.event_iter():
1414
if event == "Modern":
1515
eg.popup("You clicked the modern button!")
16-
if event == "Classic":
16+
elif event == "Classic":
1717
eg.popup("You clicked the classic button!")
1818
window.close()

0 commit comments

Comments
 (0)