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:
@@ -63,7 +63,7 @@ PROPERTY_SOURCE(PartGui::ViewProviderMirror, PartGui::ViewProviderPart)
|
||||
|
||||
ViewProviderMirror::ViewProviderMirror()
|
||||
{
|
||||
sPixmap = "Part_Mirror.svg";
|
||||
sPixmap = "Part_Mirror";
|
||||
pcEditNode = new SoSeparator();
|
||||
pcEditNode->ref();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user