mrDarker
2025-06-19 ae6ef5e9343aba44b7547ecc4afab935ebdf4806
SourceCode/Bond/Servo/CRobotCmdTestDlg.cpp
@@ -270,6 +270,8 @@
void CRobotCmdTestDlg::AppendLogLineRichStyled(const CString& content, COLORREF color /*= RGB(0, 0, 0)*/)
{
   if (!::IsWindow(GetSafeHwnd())) return;
   // 时间戳
   CString timestamp;
   CTime now = CTime::GetCurrentTime();