Also removes hardcoded paths.
Graphic updates occur on timer1 (currently every 20ms).
For completeness:
Flickering was resolved with two things.
The buffered graphics stuff was not implemented correctly (it was creating a new one every draw cycle).
We have to manually force the DoubleBuffered property on CirclePanel using silly hacks (known issue with winforms).
The change to a timer was not necessary, but should help consistency.
Also removes hardcoded paths.
Graphic updates occur on timer1 (currently every 20ms).
For completeness:
Flickering was resolved with two things.
1. The buffered graphics stuff was not implemented correctly (it was creating a new one every draw cycle).
2. We have to manually force the DoubleBuffered property on CirclePanel using silly hacks (known issue with winforms).
The change to a timer was not necessary, but should help consistency.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Also removes hardcoded paths.
Graphic updates occur on timer1 (currently every 20ms).
For completeness:
Flickering was resolved with two things.
The change to a timer was not necessary, but should help consistency.