Putting in more tool control

This commit is contained in:
Lars Brubaker 2017-06-18 10:27:55 -07:00
parent 273d47b5f8
commit 3d330038b1
5 changed files with 44 additions and 27 deletions

View file

@ -84,7 +84,7 @@ namespace MatterHackers.MatterControl
}, ref unregisterEvents);
}
private void AddNameSetting(string sliceSettingsKey, FlowLayoutWidget contentRow, ref int tabIndex)
public void ReloadSliceSettings()
{
GuiWidget control = SliceSettingsWidget.CreateSettingControl(sliceSettingsKey, ref tabIndex);
if (control != null)