[Debugger] Commands: Save position OnExitSizeMove

This commit is contained in:
oddMLan 2019-01-13 22:29:11 -07:00
parent 7ed3c9b0ba
commit a1726ba51f
1 changed files with 1 additions and 0 deletions

View File

@ -126,6 +126,7 @@ private:
NOTIFY_HANDLER_EX(IDC_CMD_LIST, NM_CUSTOMDRAW, OnCustomDrawList)
MSG_WM_DESTROY(OnDestroy)
CHAIN_MSG_MAP(CDialogResize<CDebugCommandsView>)
MSG_WM_EXITSIZEMOVE(OnExitSizeMove)
END_MSG_MAP()
BEGIN_DLGRESIZE_MAP(CDebugCommandsView)