Merge pull request #3399 from larsbrubaker/design_tools

Made double click work again
This commit is contained in:
Lars Brubaker 2018-06-09 10:57:47 -07:00 committed by GitHub
commit 3cef989a89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -442,7 +442,7 @@ namespace MatterHackers.MatterControl.CustomWidgets
else
{
// List items
if (itemModel is ILibraryAssetStream contentModel)
if (itemModel != null)
{
var activeContext = ApplicationController.Instance.DragDropData;
if (activeContext.View3DWidget != null)

@ -1 +1 @@
Subproject commit 76c50f4ff0aac6f311a623cd7f0e7f1c75b1bfc9
Subproject commit 348da0aa18229337f690783386978b47751c1d54