mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-03 09:49:23 +02:00
Merge remote-tracking branch
'origin/GP-1845_d-millar_error_in_Targets_tree--SQUASHED' into patch (Closes #4093)
This commit is contained in:
commit
5f2d874bdd
1 changed files with 3 additions and 0 deletions
|
@ -161,6 +161,9 @@ public class DebuggerModelServiceProxyPlugin extends Plugin
|
|||
@Override
|
||||
public void elementAdded(DebuggerObjectModel element) {
|
||||
modelListeners.fire.elementAdded(element);
|
||||
if (currentModel == null) {
|
||||
activateModel(element);
|
||||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue