Part: rename the basic Part 2D and 3D icons

The basic icons for the basic features are renamed,
`Tree_Part` to `Part_3D_object`, `Tree_Part2D` to `Part_2D_object`.
This commit is contained in:
vocx-fc
2020-10-07 18:27:43 -05:00
committed by wwmayer
parent a1e89da8fd
commit 15408b2132
7 changed files with 7 additions and 7 deletions

View File

@@ -161,7 +161,7 @@ ViewProviderPartReference::ViewProviderPartReference()
//pShapeHints->ref();
//Lighting.touch();
sPixmap = "Tree_Part";
sPixmap = "Part_3D_object";
//loadParameter();
}
@@ -274,7 +274,7 @@ void ViewProviderPartReference::setDisplayMode(const char* ModeName)
{
if ( strcmp("Reference",ModeName)==0 )
setDisplayMaskMode("Reference");
ViewProviderGeometryObject::setDisplayMode( ModeName );
}