Part: move icons to parametric subdirectory
The path to the icons is added to `AppPartGui.cpp` using `Gui::BitmapFactory().addPath()`, so the icons are found automatically in their new directories.
This commit is contained in:
@@ -40,7 +40,7 @@ PROPERTY_SOURCE(PartGui::ViewProviderRegularPolygon, PartGui::ViewProviderPart)
|
||||
|
||||
ViewProviderRegularPolygon::ViewProviderRegularPolygon()
|
||||
{
|
||||
sPixmap = "Part_Polygon_Parametric.svg";
|
||||
sPixmap = "Part_Polygon_Parametric";
|
||||
}
|
||||
|
||||
ViewProviderRegularPolygon::~ViewProviderRegularPolygon()
|
||||
|
||||
Reference in New Issue
Block a user