To make up for it, make pressing enter on the value textbox set the value.

This commit is contained in:
comex
2015-04-24 22:19:21 -04:00
parent 0c18e5886d
commit 3499f2c2d0
2 changed files with 10 additions and 1 deletions

View File

@ -66,6 +66,7 @@ private:
void OnCallstackListChange(wxCommandEvent& event);
void OnAddrBoxChange(wxCommandEvent& event);
void OnHostMessage(wxCommandEvent& event);
void SetMemoryValueFromValBox(wxCommandEvent& event);
void SetMemoryValue(wxCommandEvent& event);
void OnDumpMemory(wxCommandEvent& event);
void OnDumpMem2(wxCommandEvent& event);