SourceCode/Bond/Servo/CPanelProduction.cpp
@@ -7,8 +7,6 @@ #include "afxdialogex.h" #include "Common.h" #include "VerticalLine.h" #include <cstring> #include <vector> // CPanelProduction dialog @@ -120,6 +118,8 @@ void CPanelProduction::OnBnClickedButtonClose() { ShowWindow(SW_HIDE); GetParent()->SendMessage(ID_MSG_PANEL_RESIZE, m_nPanelWidth, 0); CWnd* pParent = GetParent(); if (pParent != nullptr) { pParent->PostMessage(WM_COMMAND, ID_MENU_WND_TEST_PANEL, 0); } }