mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
GP-4100: Fix issues between Debugger and NavHistory plugins.
This commit is contained in:
parent
aec8641320
commit
c3164a1902
11 changed files with 332 additions and 67 deletions
|
@ -170,7 +170,7 @@ public class ProgramByteViewerComponentProvider extends ByteViewerComponentProvi
|
|||
return getCurrentTextSelection();
|
||||
}
|
||||
|
||||
private void setSelection(ProgramSelection selection, boolean notify) {
|
||||
protected void setSelection(ProgramSelection selection, boolean notify) {
|
||||
currentSelection = selection;
|
||||
if (selection == null) {
|
||||
return;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue