Skip to content

Commit

Permalink
Fix issue in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
luzpaz authored and yorikvanhavre committed Aug 14, 2019
1 parent 050ac16 commit 2469dac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mod/Arch/importIFC.py
Expand Up @@ -1197,7 +1197,7 @@ def insert(filename,docname,skip=[],only=[],root=None):
# there are files around in which the material color is different from the shape color
# all viewers use the shape color whereas in FreeCAD the shape color will be
# overwritten by the material color (if there is a material with a color).
# In such a case FreeCAD shows different a color than all common ifc viewers
# In such a case FreeCAD shows a different color than all common ifc viewers
# https://forum.freecadweb.org/viewtopic.php?f=39&t=38440
col = objects[o].ViewObject.ShapeColor[:3]
dig = 5
Expand Down

0 comments on commit 2469dac

Please sign in to comment.