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:
@@ -70,7 +70,7 @@ if FreeCAD.GuiUp:
|
||||
return
|
||||
|
||||
def getIcon(self):
|
||||
return ":/icons/Tree_Part_Tube_Parametric.svg"
|
||||
return ":/icons/parametric/Part_Tube_Parametric.svg"
|
||||
|
||||
def __getstate__(self):
|
||||
return None
|
||||
|
||||
Reference in New Issue
Block a user