Merge pull request #3399 from larsbrubaker/design_tools
Made double click work again
This commit is contained in:
commit
3cef989a89
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue