Merge branch 'development' of https://github.com/MatterHackers/MatterControl into color_gradient_work

This commit is contained in:
Gregory Diaz 2015-04-23 11:59:59 -07:00
commit 7e85b71e1e
14 changed files with 51 additions and 131 deletions

View file

@ -982,8 +982,8 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
private void AddHandlers()
{
expandModelOptions.CheckedStateChanged += new CheckBox.CheckedStateChangedEventHandler(expandModelOptions_CheckedStateChanged);
expandDisplayOptions.CheckedStateChanged += new CheckBox.CheckedStateChangedEventHandler(expandDisplayOptions_CheckedStateChanged);
expandModelOptions.CheckedStateChanged += expandModelOptions_CheckedStateChanged;
expandDisplayOptions.CheckedStateChanged += expandDisplayOptions_CheckedStateChanged;
}
private void expandModelOptions_CheckedStateChanged(object sender, EventArgs e)