https://bugs.winehq.org/show_bug.cgi?id=37950
wine.fixes@gmail.com changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |wine.fixes@gmail.com
--- Comment #1 from wine.fixes@gmail.com --- I think that some of these issues have been partly fixed by patch 144692: https://source.winehq.org/patches/data/144692
The numbers displayed in brackets in the left panel (indicating the total number of torrents being downloaded, et cetera) should now automatically update without having to manually click on them. This error was caused by the comctl32/treeview code using realloc() instead of alloc(), meaning that the old pointer was usually being returned (instead of a fresh new one) and thus the pointer comparison incorrectly assumed that nothing had changed each time a new torrent was added or removed, and hence the list did not update unless manually refreshed.