Assembly: Fix doubleclicked of joint and view #12958

This commit is contained in:
PaddleStroke
2024-03-16 08:05:48 +01:00
committed by Yorik van Havre
parent cf81b18d21
commit 5ad1401ccc
2 changed files with 4 additions and 0 deletions

View File

@@ -166,6 +166,8 @@ class ViewProviderExplodedView:
panel = TaskAssemblyCreateView(vobj.Object)
Gui.Control.showDialog(panel)
return True
######### Exploded View Step #########
ExplodedViewStepTypes = [

View File

@@ -749,6 +749,8 @@ class ViewProviderJoint:
panel = TaskAssemblyCreateJoint(0, vobj.Object)
Gui.Control.showDialog(panel)
return True
################ Grounded Joint object #################