mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
CodeWidget: Add button that prevents automatic updates to the address, such as navigating to the PC on pause.
This commit is contained in:
parent
43aa7e9b96
commit
d53e766d65
4 changed files with 25 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue