Akascape / CTkListbox

A simple listbox for customtkinter (extenstion/add-on)
MIT License
130 stars 14 forks source link

KeyError solved when deleting "END" key #42

Closed P3rdigas closed 4 months ago

P3rdigas commented 5 months ago

When deleting given the index "END", a KeyError occur. By changing the order of given the key to be deleted and the decrease of the variable end_num, solves this issue.

P3rdigas commented 5 months ago

I made a commit after to solve another issue and was added to this PR. The problem was that was not possible to change multiple_selection with the function configure().