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
Original issue reported on code.google.com by
xyfr...@googlemail.com
on 21 Mar 2011 at 1:41