mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-19 16:40:38 -09:00
GP-4100: Fix issues between Debugger and NavHistory plugins.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user