trd-dev / transmission-remote-dotnet

Automatically exported from code.google.com/p/transmission-remote-dotnet
GNU General Public License v3.0
0 stars 0 forks source link

r639 does not work (fix included) #385

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
r639 added the "cool" ( ;) ) progressbar to filesListView and peersListView.
This however does not work because there's a minor bug causing a "fallback" to 
the old and boring progress indicator.

The fix is simple:
In "private void torrentListView_DrawItem(object sender, 
DrawListViewItemEventArgs e)":
Replace: e.DrawDefault = true;
With: e.DrawDefault = false;

Original issue reported on code.google.com by xyfr...@googlemail.com on 21 Mar 2011 at 1:41

GoogleCodeExporter commented 9 years ago
I do not understand exactly, why did it works at torrentlist and didnt work at 
files/peers list :/

But applied by r755.

Original comment by elso.and...@gmail.com on 12 Apr 2011 at 11:34