浏览代码

optimize the originalImages display method.

gsp 2 年之前
父节点
当前提交
c367c4b321
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      OTSIncAReportApp/1-UI/Control_Graph/Controls/Control_DrawDistrbutionImageAndBSE.cs

+ 1 - 1
OTSIncAReportApp/1-UI/Control_Graph/Controls/Control_DrawDistrbutionImageAndBSE.cs

@@ -2086,7 +2086,7 @@ namespace OTSIncAReportGraph.Controls
             {
 
                 var curfldrec = f.Current_Rect;
-                if (curfldrec.Left > -1000 && curfldrec.Right < this.Width + 1000 && curfldrec.Top > -1000 && curfldrec.Bottom < this.Height + 1000)
+                if (curfldrec.Left > -2000 && curfldrec.Right < this.Width + 2000 && curfldrec.Top > -2000 && curfldrec.Bottom < this.Height + 2000)
                 {