Created
December 21, 2018 08:29
-
-
Save SamKr/46d3660dad9e80809e397727430f4549 to your computer and use it in GitHub Desktop.
Prevents flickering when updating.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
LvServers | |
.GetType() | |
.GetProperty("DoubleBuffered", System.Reflection.BindingFlags.Instance | System.Reflection.BindingFlags.NonPublic) | |
?.SetValue(LvServers, true, null); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment