1
0
Fork 0
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:
Marc Dumais 2016-02-11 09:20:08 -05:00
parent 8ab12fa4e2
commit 39f168158f

View file

@ -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);
}
}
}