Assembly: Fix doubleclicked of joint and view #12958
This commit is contained in:
committed by
Yorik van Havre
parent
cf81b18d21
commit
5ad1401ccc
@@ -166,6 +166,8 @@ class ViewProviderExplodedView:
|
||||
panel = TaskAssemblyCreateView(vobj.Object)
|
||||
Gui.Control.showDialog(panel)
|
||||
|
||||
return True
|
||||
|
||||
|
||||
######### Exploded View Step #########
|
||||
ExplodedViewStepTypes = [
|
||||
|
||||
@@ -749,6 +749,8 @@ class ViewProviderJoint:
|
||||
panel = TaskAssemblyCreateJoint(0, vobj.Object)
|
||||
Gui.Control.showDialog(panel)
|
||||
|
||||
return True
|
||||
|
||||
|
||||
################ Grounded Joint object #################
|
||||
|
||||
|
||||
Reference in New Issue
Block a user