Qt/debugger: recenter the code widget when selecting a breakpoint

This commit is contained in:
aldelaro5
2018-05-05 22:55:10 -04:00
parent 53803c1fca
commit 09792fde70
3 changed files with 15 additions and 0 deletions

View File

@ -29,6 +29,7 @@ public:
signals:
void BreakpointsChanged();
void SelectedBreakpoint(u32 address);
protected:
void closeEvent(QCloseEvent*) override;