Browse Source

Merge branch 'Release2.3' of http://172.16.3.77:10080/gaoshipeng/OTS2_0 into Release2.3

CXS 3 years ago
parent
commit
6a47bb06a5

+ 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)