TKinter Style & Treeview Click Issues
问题 I am struggling with styles in TKinter My main problem is that you cannot click anything in the treeview. To test, simply press the "Press To Test" Button For some reason it looks like, style.theme_create takes over my treeview widget, and no matter what I try, I cannot seem to find a solution around it. I tried activating the cursor, selection_set, focus_set, etc. If I comment the style I can click, but not with it on. I am still quite new to python and would appreciate some insight. I tried