Use initializer syntax

This commit is contained in:
John Lewin 2017-07-03 09:30:30 -07:00
parent 605c3e0123
commit 171016c16f
2 changed files with 6 additions and 4 deletions

View file

@ -556,7 +556,6 @@ namespace MatterHackers.MatterControl.PartPreviewWindow
syncToPrint.CheckedStateChanged += (s, e) =>
{
options.SyncToPrint = syncToPrint.Checked;
SetSyncToPrintVisibility();
};
popupContainer.AddChild(syncToPrint);