Kubis10 / CounterForMessenger

Counter for Messenger - First and most extensive free desktop application made in Python with tkinter
https://kubis10.github.io/CounterForMessengerPage/
Other
20 stars 28 forks source link

update to sorting function (def sort_treeview) #40

Closed Botnen1 closed 12 months ago

Botnen1 commented 12 months ago

Description

With this change, the conversion to integers happens once per item, rather than potentially multiple times per item during the sort comparisons. For string-wise sorting, it defaults to the natural sort behavior of lists in Python, which is string-wise. Fixes # (issue)