mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Fixed DPI button colors for mice with no custom DPI colors.
This commit is contained in:
@@ -391,9 +391,9 @@ namespace GHelper
|
|||||||
buttonDPI4.Image = ControlHelper.TintImage(Properties.Resources.lighting_dot_24, Color.Green);
|
buttonDPI4.Image = ControlHelper.TintImage(Properties.Resources.lighting_dot_24, Color.Green);
|
||||||
|
|
||||||
buttonDPI1.BorderColor = Color.Red;
|
buttonDPI1.BorderColor = Color.Red;
|
||||||
buttonDPI1.BorderColor = Color.Purple;
|
buttonDPI2.BorderColor = Color.Purple;
|
||||||
buttonDPI1.BorderColor = Color.Blue;
|
buttonDPI3.BorderColor = Color.Blue;
|
||||||
buttonDPI1.BorderColor = Color.Green;
|
buttonDPI4.BorderColor = Color.Green;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (mouse.CanSetPollingRate())
|
if (mouse.CanSetPollingRate())
|
||||||
|
|||||||
Reference in New Issue
Block a user