Draft: use different color for WPProxy to avoid BIM dependency
Fixes #21390.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user