Draft: use different color for WPProxy to avoid BIM dependency

Fixes #21390.
This commit is contained in:
Roy-043
2025-05-17 14:30:48 +02:00
committed by GitHub
parent 1ca108f8d5
commit 61e349ef54

View File

@@ -72,7 +72,7 @@ class ViewProviderWorkingPlaneProxy:
vobj.ArrowSize = 5
vobj.Transparency = 70
vobj.LineWidth = 1
vobj.LineColor = params.get_param_arch("ColorHelpers") | 0x000000FF
vobj.LineColor = params.get_param("gridColor") | 0x000000FF
vobj.Proxy = self
vobj.RestoreView = True