Skip to content

Commit

Permalink
Arch: Fixed transparency bug in windows
Browse files Browse the repository at this point in the history
  • Loading branch information
yorikvanhavre committed Aug 17, 2016
1 parent d98337b commit e739613
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Mod/Arch/ArchWindow.py
Expand Up @@ -843,6 +843,7 @@ def setEdit(self,vobj,mode):
def unsetEdit(self,vobj,mode):
vobj.DisplayMode = self.sets[0]
vobj.Transparency = self.sets[1]
vobj.DiffuseColor = vobj.DiffuseColor # reset face colors
if self.Object.Base:
self.Object.Base.ViewObject.hide()
FreeCADGui.Control.closeDialog()
Expand Down

0 comments on commit e739613

Please sign in to comment.