Assembly: InsertLink : Open File does partial opening. So no tab opens.

This commit is contained in:
PaddleStroke
2024-02-26 17:46:19 +01:00
committed by Yorik van Havre
parent e7477f727f
commit 23dbcea22f

View File

@@ -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()