From ad48982e0a2127c0dcf683e07990dd3ae700a6b1 Mon Sep 17 00:00:00 2001 From: mrDarker <mr.darker@163.com> Date: 星期一, 24 三月 2025 09:00:10 +0800 Subject: [PATCH] 1. 完成EqpEC增删改查 2. 完成SystemEvent增删改查 --- SourceCode/Bond/Servo/ServoDlg.cpp | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/SourceCode/Bond/Servo/ServoDlg.cpp b/SourceCode/Bond/Servo/ServoDlg.cpp index b46a746..b29713e 100644 --- a/SourceCode/Bond/Servo/ServoDlg.cpp +++ b/SourceCode/Bond/Servo/ServoDlg.cpp @@ -692,7 +692,7 @@ } ASSERT(m_pLogDlg); m_pLogDlg->ShowWindow(m_bShowLogWnd ? SW_SHOW : SW_HIDE); - + UpdateLogBtn(); } @@ -855,6 +855,7 @@ CDialogEx::OnSize(nType, cx, cy); if (GetDlgItem(IDC_SERVO_GRAPH1) == nullptr) return; Resize(); + Invalidate(); } void CServoDlg::Resize() -- Gitblit v1.9.3