Fix style errors

This commit is contained in:
John Lewin 2018-09-07 20:27:09 -07:00
parent 364a2bcb78
commit d9073e57a5
2 changed files with 1 additions and 5 deletions

View file

@ -349,7 +349,6 @@ namespace MatterHackers.MatterControl.PrintLibrary
});
}
private void SelectedItems_CollectionChanged(object sender, System.Collections.Specialized.NotifyCollectionChangedEventArgs e)
{
if (e.Action == System.Collections.Specialized.NotifyCollectionChangedAction.Reset)
@ -502,7 +501,6 @@ namespace MatterHackers.MatterControl.PrintLibrary
menuActions.Add(new PrintItemAction()
{
Title = "Print".Localize(),
Action = (selectedLibraryItems, listView) =>
{
@ -539,7 +537,6 @@ namespace MatterHackers.MatterControl.PrintLibrary
}
break;
}
},
IsEnabled = (selectedListItems, listView) =>
{
@ -590,7 +587,6 @@ namespace MatterHackers.MatterControl.PrintLibrary
}
});
#if !__ANDROID__ && DEBUG
// edit menu item
menuActions.Add(new PrintItemAction()

View file

@ -728,7 +728,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
else
{
uiField = new PositiveDoubleField();
};
}
break;
case SliceSettingData.DataEditTypes.DOUBLE_OR_PERCENT: