Fix style errors
This commit is contained in:
parent
364a2bcb78
commit
d9073e57a5
2 changed files with 1 additions and 5 deletions
|
|
@ -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()
|
||||
|
|
|
|||
|
|
@ -728,7 +728,7 @@ namespace MatterHackers.MatterControl.SlicerConfiguration
|
|||
else
|
||||
{
|
||||
uiField = new PositiveDoubleField();
|
||||
};
|
||||
}
|
||||
break;
|
||||
|
||||
case SliceSettingData.DataEditTypes.DOUBLE_OR_PERCENT:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue