Arch: Fixed wall clone icon

This commit is contained in:
Yorik van Havre
2018-03-15 19:20:19 -03:00
parent 94ca74d4ac
commit b6fbecb3cb
3 changed files with 645 additions and 0 deletions

View File

@@ -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"

View File

@@ -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>

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 28 KiB