mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-19 16:59:13 +00:00
Qt/debugger: recenter the code widget when selecting a breakpoint
This commit is contained in:
parent
53803c1fca
commit
09792fde70
3 changed files with 15 additions and 0 deletions
|
@ -29,6 +29,7 @@ public:
|
|||
|
||||
signals:
|
||||
void BreakpointsChanged();
|
||||
void SelectedBreakpoint(u32 address);
|
||||
|
||||
protected:
|
||||
void closeEvent(QCloseEvent*) override;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue