Akascape / CTkListbox

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

Bug fix - Error when selecting after delete #4

Closed kirangda closed 12 months ago

kirangda commented 12 months ago

with multiple_selection=true, during delete of items from listbox, i observed once after delete, I was getting an error whenever i select the remaining items in list. This change will fix that. I am clearing the items from self.selections list.