Draft: plane proxy by default saves the state and view

This commit is contained in:
vocx-fc
2020-01-22 11:22:34 -06:00
committed by Yorik van Havre
parent 83349d9b7e
commit 8eb56228cf

View File

@@ -6018,6 +6018,8 @@ class ViewProviderWorkingPlaneProxy:
c = FreeCAD.ParamGet("User parameter:BaseApp/Preferences/Mod/Arch").GetUnsigned("ColorHelpers",674321151)
vobj.LineColor = (float((c>>24)&0xFF)/255.0,float((c>>16)&0xFF)/255.0,float((c>>8)&0xFF)/255.0,0.0)
vobj.Proxy = self
vobj.RestoreView = True
vobj.RestoreState = True
def getIcon(self):
import Draft_rc