Sketcher: Fix construction migration
This commit is contained in:
committed by
abdullahtahiriyo
parent
a624a35af1
commit
4e199bd23e
@@ -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());
|
||||
|
||||
Reference in New Issue
Block a user