made hotkey controls icon change to the correct color when ActiveTheme is changed from light to dark

This commit is contained in:
Gregory Diaz 2015-09-22 14:47:33 -07:00
parent 3cd2c36d89
commit a63c54330a
2 changed files with 1 additions and 1 deletions

View file

@ -274,7 +274,7 @@ namespace MatterHackers.MatterControl
hotkeyControlContainer.ToolTipText = "Enable cursor keys for movement";
hotkeyControlContainer.Margin = new BorderDouble(left: 10);
RadioButton hotKeyButton = hotKeyButtonFactory.GenerateRadioButton("", "hot_key_small.png");
RadioButton hotKeyButton = hotKeyButtonFactory.GenerateRadioButton("", "hot_key_small_white.png");
hotKeyButton.Margin = new BorderDouble(5);
hotKeyButton.LostFocus += (sender, e) =>
{