m-schwob

Results 2 comments of m-schwob

## Workaround I found another workaround, by overriding and restoring tkinter `iconbitmap` variable. Example: ``` import sys,os import customtkinter as ct # get customtkinder dir absolute path customtkinter_directory= os.path.dirname(os.path.dirname(os.path.abspath(sys.modules[ct.CTk.__module__].__file__))) #...

> fg_color="transparent" CTkFrame docstring need to be updated with that :)