Fixing compiler warning

This commit is contained in:
LarsBrubaker 2018-04-14 14:34:17 -07:00
parent 77e9f421cd
commit d23a8d6502
2 changed files with 2 additions and 2 deletions

View file

@ -217,7 +217,7 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
if (_checked)
{
this.UncheckAllOtherRadioButtons();
this.UncheckSiblings();
}
this.CheckedStateChanged?.Invoke(this, null);