Improve readability, add uncommitted change
This commit is contained in:
parent
50ec91ea2f
commit
6441440764
2 changed files with 2 additions and 3 deletions
|
|
@ -668,8 +668,7 @@ namespace MatterHackers.MatterControl.PrintLibrary
|
|||
Title = "Move".Localize(),
|
||||
Action = (selectedLibraryItems, listView) =>
|
||||
{
|
||||
var partItems = selectedLibraryItems.Where(item => item is ILibraryAssetStream
|
||||
|| item is ILibraryContainerLink);
|
||||
var partItems = selectedLibraryItems.Where(item => item is ILibraryAssetStream || item is ILibraryContainerLink);
|
||||
if (partItems.Any()
|
||||
&& libraryView.ActiveContainer is ILibraryWritableContainer sourceContainer)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue