From 15e594ff47dfc0b5b05f697dfde798af93f4dc9e Mon Sep 17 00:00:00 2001 From: TomSchimansky Date: Mon, 28 Nov 2022 00:46:43 +0100 Subject: [PATCH] test fixes --- test/manual_integration_tests/test_all_widgets_with_colors.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/manual_integration_tests/test_all_widgets_with_colors.py b/test/manual_integration_tests/test_all_widgets_with_colors.py index f1b06ed..2f35a27 100644 --- a/test/manual_integration_tests/test_all_widgets_with_colors.py +++ b/test/manual_integration_tests/test_all_widgets_with_colors.py @@ -2,7 +2,6 @@ import tkinter import customtkinter customtkinter.set_appearance_mode("System") # Other: "Dark", "Light" -# customtkinter.set_default_color_theme("green") # Themes: "blue" (standard), "green", "dark-blue" class TestApp(customtkinter.CTk):