This commit is contained in:
@@ -1176,7 +1176,10 @@ namespace Volian.Print.Library
|
||||
if (aerTableOrFigure || itemInfo.RNOLevel != 0) // AER or RNO
|
||||
XOffset = MyParent.XOffset + MyParent.Width / 2 - Width / 2;
|
||||
else if (TableCenterPos != 0)
|
||||
{
|
||||
XOffset = TableCenterPos;
|
||||
XOffset = XOffset - (this.Width / 2) + (float)itemInfo.MyDocStyle.Layout.LeftMargin;
|
||||
}
|
||||
else // Centered Table or Figure
|
||||
{
|
||||
// Add in 1/2 of the width of all RNO columns
|
||||
|
Reference in New Issue
Block a user