PD: [skip ci] remove invalid static_cast

This commit is contained in:
wmayer
2021-02-24 20:12:26 +01:00
parent 5ba28fa7ff
commit a95cd106bb

View File

@@ -616,7 +616,7 @@ void CmdPartDesignNewSketch::activated(int iMsg)
supportString = faceSelObject.getAsPropertyLinkSubString();
}
else {
obj = static_cast<Part::Feature*>(PlaneFilter.Result[0][0].getObject());
obj = PlaneFilter.Result[0][0].getObject();
supportString = getObjectCmd(obj,"(",",'')");
}