Assembly: InsertLink : Open File does partial opening. So no tab opens.
This commit is contained in:
committed by
Yorik van Havre
parent
e7477f727f
commit
23dbcea22f
@@ -207,7 +207,7 @@ class TaskAssemblyInsertLink(QtCore.QObject):
|
||||
|
||||
if not import_doc_is_open:
|
||||
if filename.lower().endswith(".fcstd"):
|
||||
App.openDocument(filename)
|
||||
App.openDocument(filename, True)
|
||||
App.setActiveDocument(self.doc.Name)
|
||||
self.buildPartList()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user