You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1.Just start the GUI
2.Download/Upload something
What version of the product are you using? On what operating system?
Latest SVN
Please provide any additional information below.
To fix it add to the MainForm Constructor:
torrentsView.GetType().GetProperty("DoubleBuffered",
System.Reflection.BindingFlags.NonPublic |
System.Reflection.BindingFlags.Instance).SetValue(torrentsView, true,
null);
and same for the peersView
Original issue reported on code.google.com by [email protected] on 26 Dec 2009 at 2:26
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 26 Dec 2009 at 2:26The text was updated successfully, but these errors were encountered: