GT-2229: added action to issue a goto when new function selected

GT-2229: added support for multiple programs
GT-2229: Updated icons/help/screenshots for function new comparison
features
GT-2229: minor fixes after code review
GT-2229: minor code review fix
This commit is contained in:
adamopolous 2020-01-17 14:43:51 -05:00
parent b9531416c0
commit cc44d0c952
10 changed files with 230 additions and 10 deletions

View file

@ -688,12 +688,12 @@ public abstract class DecompilerCodeComparisonPanel<T extends DualDecompilerFiel
}
@Override
protected FieldPanel getLeftFieldPanel() {
public FieldPanel getLeftFieldPanel() {
return getLeftDecompilerPanel().getFieldPanel();
}
@Override
protected FieldPanel getRightFieldPanel() {
public FieldPanel getRightFieldPanel() {
return getRightDecompilerPanel().getFieldPanel();
}