|
@@ -1121,10 +1121,7 @@ namespace OTSIncAReportGraph.Controls
|
|
|
break;
|
|
|
|
|
|
}
|
|
|
- frmReportApp.selectedRegion.X = m_SelectTool.Rect.X;
|
|
|
- frmReportApp.selectedRegion.Y = m_SelectTool.Rect.Y;
|
|
|
- frmReportApp.selectedRegion.Height = m_SelectTool.Rect.Height;
|
|
|
- frmReportApp.selectedRegion.Width = m_SelectTool.Rect.Width;
|
|
|
+
|
|
|
|
|
|
foreach (DisplayParticle dp in m_list_allDPart)
|
|
|
{
|
|
@@ -1143,8 +1140,8 @@ namespace OTSIncAReportGraph.Controls
|
|
|
}
|
|
|
|
|
|
//这里恢复默认值
|
|
|
- m_SelectTool.Rect.Width = 0;
|
|
|
- m_SelectTool.Rect.Height = 0;
|
|
|
+ //m_SelectTool.Rect.Width = 0;
|
|
|
+ //m_SelectTool.Rect.Height = 0;
|
|
|
m_SelectTool.IsSelecting = false;
|
|
|
|
|
|
}
|