MemoryWidget: Make search address a combobox that holds address history.

Always update the combobox when a new target address is sent.
This commit is contained in:
TryTwo
2022-10-20 00:56:06 -07:00
parent 1d86a48db6
commit 053320b7cf
2 changed files with 33 additions and 8 deletions

View File

@ -75,7 +75,7 @@ private:
MemoryViewWidget* m_memory_view;
QSplitter* m_splitter;
QLineEdit* m_search_address;
QComboBox* m_search_address;
QLineEdit* m_search_offset;
QLineEdit* m_data_edit;
QCheckBox* m_base_check;