Sketcher: Fix construction migration

This commit is contained in:
Abdullah Tahiri
2020-12-08 14:36:49 +01:00
committed by abdullahtahiriyo
parent a624a35af1
commit 4e199bd23e
2 changed files with 2 additions and 2 deletions

View File

@@ -7546,7 +7546,7 @@ void SketchObject::migrateSketch(void)
if(ext->testMigrationType(Part::GeometryMigrationExtension::Construction))
{
GeometryFacade::setConstruction(g, ext->Construction);
GeometryFacade::setConstruction(g, ext->getConstruction());
}
g->deleteExtension(Part::GeometryMigrationExtension::getClassTypeId());