Remove comment, create issue

This commit is contained in:
John Lewin 2017-01-11 14:40:53 -08:00
parent af4bf06621
commit 405c40ba76

View file

@ -92,7 +92,6 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
}
}
// Shouldn't this just be called by .SetValue() rather than explicitly by all the SliceSettingsWidget controls - that way any API level call to .SetValue() inherits the same behavior
static public void OnSettingsChanged(SliceSettingData settingData)
{
SettingChanged.CallEvents(null, new StringEventArgs(settingData.SlicerConfigName));