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

This commit is contained in:
aldelaro5 2018-05-05 22:55:10 -04:00
commit 09792fde70
No known key found for this signature in database
GPG key ID: 054DD3E6FF48DB71
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;