You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I manage to solve this issue butc couldn't add a request.
I was trying to highlight selected row on the tree when especifying selectmode of the tree and realized is not incorporated.
tree = CheckboxTreeview(root, selectmode=tk.BROWSE) # for only 1 selected item
tree = CheckboxTreeview(root, selectmode=tk.EXTENDED) # for multiple selected items
I added setected color in __init__ function (#0078d7 for windows):
Hello, I manage to solve this issue butc couldn't add a request.
I was trying to highlight selected row on the tree when especifying
selectmode
of the tree and realized is not incorporated.I added
setected
color in__init__
function (#0078d7
for windows):The text was updated successfully, but these errors were encountered: