This commit is contained in:
luzpaz
2017-07-10 14:49:17 -04:00
committed by Yorik van Havre
parent 17b637beb3
commit 928749d0a3

View File

@@ -68,7 +68,7 @@ std::vector<App::DocumentObject*> ViewProviderGeoFeatureGroupExtension::extensio
std::vector<App::DocumentObject*> ViewProviderGeoFeatureGroupExtension::extensionClaimChildren(void) const {
//we must be carefull which objects to claim, as there might be stacked relations inside the coordinate system,
//we must be careful which objects to claim, as there might be stacked relations inside the coordinate system,
//like pad/sketch
auto* ext = getExtendedViewProvider()->getObject()->getExtensionByType<App::GeoFeatureGroupExtension>();
if(ext) {