리포트 수정

그래프 범위 수정
그래프 활성화될 때 table 선택
This commit is contained in:
2017-08-13 06:14:04 +09:00
parent d48d0167ac
commit 4bee47633b
6 changed files with 85 additions and 30 deletions

View File

@@ -214,5 +214,10 @@ namespace friction
m_CurSpring = "";
UpdateGraph();
}
private void PanelRadarGraph_Enter(object sender, EventArgs e)
{
m_Owner.OnRadarGraphActivated();
}
}
}