made hotkey controls icon change to the correct color when ActiveTheme is changed from light to dark
This commit is contained in:
parent
3cd2c36d89
commit
a63c54330a
2 changed files with 1 additions and 1 deletions
|
|
@ -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) =>
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue