Rename ILibraryContentStream -> ILibraryAssetStream
This commit is contained in:
parent
7a4d4df4c0
commit
f440981e51
25 changed files with 43 additions and 43 deletions
|
|
@ -375,7 +375,7 @@ namespace MatterHackers.MatterControl.CustomWidgets
|
|||
else
|
||||
{
|
||||
// List items
|
||||
if (itemModel is ILibraryContentStream contentModel)
|
||||
if (itemModel is ILibraryAssetStream contentModel)
|
||||
{
|
||||
var activeContext = ApplicationController.Instance.DragDropData;
|
||||
if (activeContext.View3DWidget != null)
|
||||
|
|
|
|||
|
|
@ -202,7 +202,7 @@ namespace MatterHackers.MatterControl.CustomWidgets
|
|||
get
|
||||
{
|
||||
bool isContentItem = listViewItem.Model is ILibraryObject3D;
|
||||
bool isValidStream = (listViewItem.Model is ILibraryContentStream stream
|
||||
bool isValidStream = (listViewItem.Model is ILibraryAssetStream stream
|
||||
&& ApplicationController.Instance.Library.IsContentFileType(stream.FileName));
|
||||
bool isContainerLink = listViewItem.Model is ILibraryContainerLink;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue