TkinterEP / ttkwidgets

A collection of widgets for Tkinter's ttk extensions by various authors
GNU General Public License v3.0
137 stars 28 forks source link

checkboxTreeview: no highlighting row if selected #87

Open hnas66 opened 2 years ago

hnas66 commented 2 years ago

I am using checkboxTreeview, in princible this works as expected but I have some issues in highlighting the active row If I click on the row or use "selection_set". if i do the same with Treeview it works fine.

in example file you can set tree_type = 1 # 0: Treeview, 1: CheckboxTreeview to test it.

tkinter-fucus-test.zip

any support is apriciated.

rdbende commented 2 years ago

Duplicate of #70