瀏覽代碼

remove the FullGraphMatch calling when scaling the picture.

gsp 5 月之前
父節點
當前提交
d27b4e5333
共有 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

@@ -763,7 +763,7 @@ namespace OTSIncAReportGraph.Controls
             if (m_zoom_record <= m_f_zoom_mix)
             {
                 MoveImageToPoint(new PointF(0, 0));
-                FullGraphMatch();
+               
             }
         }