Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

torrentView and PeerView are flickering #2

Open
GoogleCodeExporter opened this issue May 5, 2015 · 0 comments
Open

torrentView and PeerView are flickering #2

GoogleCodeExporter opened this issue May 5, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant