GP-4100: Fix issues between Debugger and NavHistory plugins.

This commit is contained in:
Dan 2024-01-03 12:29:38 -05:00
parent aec8641320
commit c3164a1902
11 changed files with 332 additions and 67 deletions

View file

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