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:
@@ -41,7 +41,7 @@ PROPERTY_SOURCE(PartGui::ViewProviderBox, PartGui::ViewProviderPart)
|
||||
|
||||
ViewProviderBox::ViewProviderBox()
|
||||
{
|
||||
sPixmap = "Tree_Part_Box_Parametric.svg";
|
||||
sPixmap = "Part_Box_Parametric";
|
||||
}
|
||||
|
||||
ViewProviderBox::~ViewProviderBox()
|
||||
|
||||
Reference in New Issue
Block a user