no message

This commit is contained in:
zcy 2022-01-08 13:34:37 +08:00
parent c627a583b5
commit 81d3e557ec

View File

@ -120,6 +120,7 @@ LRESULT BasicForm::HandleMessage(UINT uMsg, WPARAM wParam, LPARAM lParam)
} }
return true; return true;
}); });
mMonitorNewSelect->Close();
} }
@ -178,6 +179,7 @@ LRESULT BasicForm::HandleMessage(UINT uMsg, WPARAM wParam, LPARAM lParam)
return true; return true;
} }
); );
mMonitorNewSelect->Close();
} }
if (uMsg == WM_ADD_UART_MONITOR) { if (uMsg == WM_ADD_UART_MONITOR) {