Przeglądaj źródła

remove the FullGraphMatch calling when scaling the picture.

gsp 9 miesięcy temu
rodzic
commit
d27b4e5333

+ 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();
+               
             }
         }