summaryrefslogtreecommitdiff
path: root/Source/Core/DolphinWX/Debugger/CodeWindow.cpp
diff options
context:
space:
mode:
authorScott Mansell <phiren@gmail.com>2016-09-14 18:10:41 +1200
committerGitHub <noreply@github.com>2016-09-14 18:10:41 +1200
commitea7e73449659dd5ba4ae224d83ab03ac1a79411a (patch)
tree267509aa3c2428009fa874b0697a628d9e04f98e /Source/Core/DolphinWX/Debugger/CodeWindow.cpp
parent4e595ca25fe81d2c41662bd14673b52a86429c34 (diff)
parent6f54c3207c801c94fc0eeaddb53222c6474dd7bb (diff)
Merge pull request #4186 from aldelaro5/registerView-update-fix
Fix registerView updates issues when stepping over or stepping out
Diffstat (limited to 'Source/Core/DolphinWX/Debugger/CodeWindow.cpp')
-rw-r--r--Source/Core/DolphinWX/Debugger/CodeWindow.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Core/DolphinWX/Debugger/CodeWindow.cpp b/Source/Core/DolphinWX/Debugger/CodeWindow.cpp
index 95f13d0603..2f1ba3aaa7 100644
--- a/Source/Core/DolphinWX/Debugger/CodeWindow.cpp
+++ b/Source/Core/DolphinWX/Debugger/CodeWindow.cpp
@@ -369,6 +369,7 @@ void CCodeWindow::StepOut()
JumpToAddress(PC);
Update();
+ Host_UpdateDisasmDialog();
UpdateButtonStates();
// Update all toolbars in the aui manager