TechDraw: reorganize Templates (#23719)

This commit is contained in:
Pascal de Bruijn
2025-09-23 20:40:13 +02:00
committed by GitHub
parent 22af5df757
commit 3e6eacbf76
129 changed files with 7 additions and 7 deletions

View File

@@ -608,7 +608,7 @@ class DraftModification(test_base.DraftTestCaseDoc):
_msg(" page={}".format(page.TypeId))
template = self.doc.addObject("TechDraw::DrawSVGTemplate")
template.Template = App.getResourceDir() \
+ "Mod/TechDraw/Templates/A3_Landscape_blank.svg"
+ "Mod/TechDraw/Templates/ISO/A3_Landscape_blank.svg"
page.Template = template
_msg(" template={}".format(template.TypeId))
view = self.doc.addObject("TechDraw::DrawViewDraft")