CodeWidget: Add button that prevents automatic updates to the address, such as navigating to the PC on pause.

This commit is contained in:
TryTwo 2025-07-09 23:00:00 -07:00
commit d53e766d65
4 changed files with 25 additions and 3 deletions

View file

@ -17,6 +17,7 @@ class QSplitter;
class QListWidget;
class QPushButton;
class QTableWidget;
class QToolButton;
namespace Common
{
@ -80,6 +81,7 @@ private:
BranchWatchDialog* m_branch_watch_dialog = nullptr;
QLineEdit* m_search_address;
QToolButton* m_lock_btn;
QPushButton* m_branch_watch;
QLineEdit* m_search_callstack;