B2016-273: checkoff/signoff for embedded images
B2016-272: centered tables print too far to right
This commit is contained in:
@@ -3100,6 +3100,14 @@ namespace Volian.Controls.Library
|
||||
else
|
||||
location = new PointF(rr.MyStepRTB.Left + rr.MyStepRTB.Width + 2, rr.MyStepRTB.Top);
|
||||
}
|
||||
else if (this is ImageItem)
|
||||
{
|
||||
ImageItem ii = this as ImageItem;
|
||||
if (MyItemInfo.ActiveFormat.PlantFormat.FormatData.ProcData.CheckOffData.SkipSpaces)
|
||||
location = new PointF(ii.MyPictureBox.Left - 50, ii.MyPictureBox.Top);
|
||||
else
|
||||
location = new PointF(ii.MyPictureBox.Left + ii.MyPictureBox.Width + 2, ii.MyPictureBox.Top);
|
||||
}
|
||||
else
|
||||
{
|
||||
RTBItem ri = this as RTBItem;
|
||||
|
Reference in New Issue
Block a user