فهرست منبع

remove the FullGraphMatch calling when scaling the picture.

gsp 10 ماه پیش
والد
کامیت
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();
+               
             }
         }