B2021-140 Tables that do not have shading assigned were printing with the previous table’s shading information.
This commit is contained in:
parent
5b237a893f
commit
c9779a69ba
@ -982,6 +982,10 @@ namespace Volian.Controls.Library
|
|||||||
public void LoadGrid(ItemInfo itemInfo)
|
public void LoadGrid(ItemInfo itemInfo)
|
||||||
{
|
{
|
||||||
int profileDepth = ProfileTimer.Push(">>>> VlnFlexGrid.LoadGrid");
|
int profileDepth = ProfileTimer.Push(">>>> VlnFlexGrid.LoadGrid");
|
||||||
|
// B2021-140 reset the shading information before loading in the next table
|
||||||
|
// Need to do this because we use static for the tables when we print
|
||||||
|
MyShading = null;
|
||||||
|
MyShadingDetailString = null;
|
||||||
_MyItemInfo = itemInfo;
|
_MyItemInfo = itemInfo;
|
||||||
string str = itemInfo.MyContent.MyGrid.Data;
|
string str = itemInfo.MyContent.MyGrid.Data;
|
||||||
VE_Font vefont = _MyItemInfo.GetItemFont();
|
VE_Font vefont = _MyItemInfo.GetItemFont();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user