Arch: Fixed wall clone icon
This commit is contained in:
@@ -851,6 +851,8 @@ class _ViewProviderWall(ArchComponent.ViewProviderComponent):
|
||||
def getIcon(self):
|
||||
import Arch_rc
|
||||
if hasattr(self,"Object"):
|
||||
if self.Object.CloneOf:
|
||||
return ":/icons/Arch_Wall_Clone.svg"
|
||||
for o in self.Object.OutList:
|
||||
if Draft.getType(o) == "Wall":
|
||||
return ":/icons/Arch_Wall_Tree_Assembly.svg"
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
<file>icons/Arch_SectionPlane.svg</file>
|
||||
<file>icons/Arch_Window.svg</file>
|
||||
<file>icons/Arch_Wall_Tree.svg</file>
|
||||
<file>icons/Arch_Wall_Clone.svg</file>
|
||||
<file>icons/Arch_Cell_Tree.svg</file>
|
||||
<file>icons/Arch_Building_Tree.svg</file>
|
||||
<file>icons/Arch_Floor_Tree.svg</file>
|
||||
|
||||
642
src/Mod/Arch/Resources/icons/Arch_Wall_Clone.svg
Normal file
642
src/Mod/Arch/Resources/icons/Arch_Wall_Clone.svg
Normal file
File diff suppressed because one or more lines are too long
|
After Width: | Height: | Size: 28 KiB |
Reference in New Issue
Block a user