display Parametric Ellipsoid Tree icon

Add the line
sPixmap = "Tree_Part_Ellipsoid_Parametric.svg";
to the Ellipsoid viewprovider
This commit is contained in:
jmaustpc 2013-03-13 17:00:53 +11:00 committed by Yorik van Havre
parent 5c7c7b5bda
commit 13601fbcd8

View File

@ -1129,6 +1129,7 @@ ViewProviderEllipsoid::ViewProviderEllipsoid()
pSphere->ref();
pScaling = new SoScale();
pScaling->ref();
sPixmap = "Tree_Part_Ellipsoid_Parametric.svg";
}
ViewProviderEllipsoid::~ViewProviderEllipsoid()