浏览代码

new function : hide all the particles when click left mouse on the distribution image with originalbackground.

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

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

@@ -907,7 +907,11 @@ namespace OTSIncAReportGraph.Controls
                             
                             }
                             item.DraggingPoint = e.Location;
-
+                            if (OriginalBackground)
+                            {
+                                dp.SetPaintState(PaintState.NOPAINT);
+                            }                         
+                            
 
                         }
                         foreach (DisplayField item in m_list_allDfield)