Draft: updates related to transparency to alpha change

This commit is contained in:
Roy-043
2025-01-21 18:17:49 +01:00
committed by Yorik van Havre
parent dd4c462199
commit 2ad98aa84b
7 changed files with 25 additions and 30 deletions

View File

@@ -70,10 +70,7 @@ class ViewProviderWorkingPlaneProxy:
vobj.ArrowSize = 5
vobj.Transparency = 70
vobj.LineWidth = 1
ch = params.get_param_arch("ColorHelpers")
if ch:
vobj.LineColor = ch & 0xFFFFFF00
vobj.LineColor = params.get_param_arch("ColorHelpers") | 0x000000FF
vobj.Proxy = self
vobj.RestoreView = True