[Debugger] Commands: Save position OnExitSizeMove
This commit is contained in:
parent
7ed3c9b0ba
commit
a1726ba51f
|
@ -126,6 +126,7 @@ private:
|
||||||
NOTIFY_HANDLER_EX(IDC_CMD_LIST, NM_CUSTOMDRAW, OnCustomDrawList)
|
NOTIFY_HANDLER_EX(IDC_CMD_LIST, NM_CUSTOMDRAW, OnCustomDrawList)
|
||||||
MSG_WM_DESTROY(OnDestroy)
|
MSG_WM_DESTROY(OnDestroy)
|
||||||
CHAIN_MSG_MAP(CDialogResize<CDebugCommandsView>)
|
CHAIN_MSG_MAP(CDialogResize<CDebugCommandsView>)
|
||||||
|
MSG_WM_EXITSIZEMOVE(OnExitSizeMove)
|
||||||
END_MSG_MAP()
|
END_MSG_MAP()
|
||||||
|
|
||||||
BEGIN_DLGRESIZE_MAP(CDebugCommandsView)
|
BEGIN_DLGRESIZE_MAP(CDebugCommandsView)
|
||||||
|
|
Loading…
Reference in New Issue