LAPTOP-SNT8I5JK\Boounion
2024-12-13 d2ba3866de12f3b64b054fcb0b7a08778dd02b8c
1.修复警告弹窗不显示的问题;
已修改1个文件
1 ■■■■ 文件已修改
SourceCode/Bond/BondEq/AlarmPopupDlg.cpp 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
SourceCode/Bond/BondEq/AlarmPopupDlg.cpp
@@ -209,6 +209,7 @@
        SetDlgItemText(IDC_LABEL_NAME, pAlarmMonitor->getAlarmText(m_pActiveAlarm->getId()));
        strText.Format(_T("ID: %d"), m_pActiveAlarm->getId());
        SetDlgItemText(IDC_LABEL_LEVEL, strText);        
        ShowWindow(SW_SHOW);
    }
    else {
        ShowWindow(SW_HIDE);