mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-01-15 22:53:47 +00:00
Debugger: Fix scrolling in first registers panel
This commit is contained in:
parent
992a372fc7
commit
50ea1a12c9
@ -483,7 +483,7 @@ void debugger_frame::WritePanels()
|
||||
|
||||
int loc;
|
||||
|
||||
loc = m_regs->verticalScrollBar()->value();
|
||||
loc = m_misc_state->verticalScrollBar()->value();
|
||||
m_misc_state->clear();
|
||||
m_misc_state->setText(qstr(cpu->dump_misc()));
|
||||
m_misc_state->verticalScrollBar()->setValue(loc);
|
||||
|
Loading…
Reference in New Issue
Block a user