View Single Post
Old 04-18-2022, 05:55 AM   #238
CalibUser
Addict
CalibUser goes to eleven.CalibUser goes to eleven.CalibUser goes to eleven.CalibUser goes to eleven.CalibUser goes to eleven.CalibUser goes to eleven.CalibUser goes to eleven.CalibUser goes to eleven.CalibUser goes to eleven.CalibUser goes to eleven.CalibUser goes to eleven.
 
Posts: 201
Karma: 62362
Join Date: Jul 2015
Device: Sony
Update

Thanks for pointing out this bug and how it should be corrected.

I have updated the plugin in the first post of this thread so that

Code:
import tkinter.ttk as tkinter_ttk
is replaced by

Code:
import tkinter.ttk as ttk
in all relevant files in the plugin.
CalibUser is offline   Reply With Quote