GP-0: Fix NPEs and CMEs from MarkerManager refactor. Fix DiffPlugin.

This commit is contained in:
Dan 2022-02-09 11:22:11 -05:00
parent 7b01170c21
commit a8649865b1
4 changed files with 35 additions and 22 deletions

View file

@ -1598,7 +1598,8 @@ public class ProgramDiffPlugin extends ProgramPlugin
showSecondView();
AddressIndexMap indexMap = diffListingPanel.getAddressIndexMap();
fp.setBackgroundColorModel(
new MarkerServiceBackgroundColorModel(markerManager, indexMap));
new MarkerServiceBackgroundColorModel(markerManager, secondaryDiffProgram,
indexMap));
}
finally {
settingLocation = false;