Merge branch 'design_tools' into design_tools
This commit is contained in:
commit
9600032c9e
2 changed files with 2 additions and 2 deletions
|
|
@ -442,7 +442,7 @@ namespace MatterHackers.MatterControl.CustomWidgets
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
// List items
|
// List items
|
||||||
if (itemModel is ILibraryAssetStream contentModel)
|
if (itemModel != null)
|
||||||
{
|
{
|
||||||
var activeContext = ApplicationController.Instance.DragDropData;
|
var activeContext = ApplicationController.Instance.DragDropData;
|
||||||
if (activeContext.View3DWidget != null)
|
if (activeContext.View3DWidget != null)
|
||||||
|
|
|
||||||
|
|
@ -1 +1 @@
|
||||||
Subproject commit 76c50f4ff0aac6f311a623cd7f0e7f1c75b1bfc9
|
Subproject commit 348da0aa18229337f690783386978b47751c1d54
|
||||||
Loading…
Add table
Add a link
Reference in a new issue