mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
Bug 354754 - [Memory Browser]Changing the memory space doesn't update
the view Change-Id: I6a68433d8c7fc53da939f9c852136ab812ea42e3
This commit is contained in:
parent
8ab12fa4e2
commit
39f168158f
1 changed files with 1 additions and 0 deletions
|
@ -320,6 +320,7 @@ public class MemoryBrowser extends ViewPart implements IDebugContextListener, IM
|
|||
if (activeFolder != null) {
|
||||
final Object context = activeFolder.getData(KEY_CONTEXT);
|
||||
fGotoAddressBar.loadSavedExpressions(context, fGotoMemorySpaceControl.getText());
|
||||
performGo(false);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue