We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 91f5560 commit 09cb7acCopy full SHA for 09cb7ac
Project/Sources/Methods/svg_drawGridline.4dm
@@ -71,12 +71,16 @@ If ($drawHGrid)
71
If ($bcObj.bcGrid#Null:C1517)
72
If ($bcObj.bcGrid[String:C10($Y)]#Null:C1517)
73
If ($bcObj.bcGrid[String:C10($Y)][String:C10($X)]#Null:C1517)
74
- $noBgH:=False:C215
+ If (String:C10($bcObj.bcGrid[String:C10($Y)][String:C10($X)].col)#"$4D_NOCOLOR")
75
+ $noBgH:=False:C215
76
+ End if
77
End if
78
79
If ($bcObj.bcGrid[String:C10($Y-1)]#Null:C1517)
80
If ($bcObj.bcGrid[String:C10($Y-1)][String:C10($X)]#Null:C1517)
81
+ If (String:C10($bcObj.bcGrid[String:C10($Y-1)][String:C10($X)].col)#"$4D_NOCOLOR")
82
83
84
85
86
0 commit comments