Quellcode durchsuchen

remove some useless code.

gsp vor 3 Jahren
Ursprung
Commit
fad5f1e8de

BIN
Bin/x64/Debug/Config/Simulate/SimImage.bmp


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

@@ -1139,9 +1139,7 @@ namespace OTSIncAReportGraph.Controls
                         }
                     }
 
-                    //这里恢复默认值
-                    //m_SelectTool.Rect.Width = 0;
-                    //m_SelectTool.Rect.Height = 0;
+               
                     m_SelectTool.IsSelecting = false;
 
                 }

+ 1 - 1
OTSIncAReportApp/2-CommonFunction/CommonClass/DisplayParticle.cs

@@ -551,7 +551,7 @@ namespace OTSIncAReportGraph
                                     1,
                                     ButtonBorderStyle.Solid);
             }
-            //只有正常和选择中的颗粒才进行绘制显示
+           
             if (GetPaintState() == PaintState.NORMALPAINT)
             {