(nw) windebug: fixed bug: in error-log window, Debug,New Memory Window would clear the log.

This commit is contained in:
Robbbert 2019-07-13 21:15:23 +10:00
parent 2890378331
commit 7dc8373774
2 changed files with 2 additions and 4 deletions

View File

@ -98,6 +98,8 @@ protected:
ID_SHOW_BREAKPOINTS,
ID_SHOW_WATCHPOINTS,
ID_CLEAR_LOG,
ID_DEVICE_OPTIONS // always keep this at the end
};

View File

@ -21,10 +21,6 @@ public:
virtual ~logwin_info();
protected:
enum
{
ID_CLEAR_LOG = 1
};
virtual bool handle_command(WPARAM wparam, LPARAM lparam) override;
};