This commit is contained in:
parent
6a7a9f7786
commit
df8ed9da64
@ -508,7 +508,7 @@ namespace VEPROMS.CSLA.Library
|
||||
LBDocumentClass myDoc = MyApp.Documents.Open(myFile.FullName, false);
|
||||
AdjustMargins(myDocStyle, myDoc, true);
|
||||
LBSelection selxy = FindXyPlot();
|
||||
if (selxy != null)
|
||||
while (selxy != null)
|
||||
{
|
||||
string xyplot = selxy.Text;
|
||||
xyplot = xyplot.Replace("`", "\xB0");
|
||||
@ -528,6 +528,7 @@ namespace VEPROMS.CSLA.Library
|
||||
shape.LockAspectRatio = LBMsoTriState.msoTrue;
|
||||
shape.Width = plotRect.Width;
|
||||
selxy.WholeStory();
|
||||
selxy = FindXyPlot();
|
||||
}
|
||||
LBSelection sel = FindRO();
|
||||
while (sel != null)
|
||||
|
Loading…
x
Reference in New Issue
Block a user