GT-2999: fixed how comparison action is set to SHARED

This commit is contained in:
adamopolous 2019-12-31 08:17:07 -05:00
parent ec7773b464
commit 496408f2b7
23 changed files with 264 additions and 217 deletions

View file

@ -181,7 +181,7 @@ public class FunctionComparisonScreenShots extends GhidraScreenShotGenerator {
waitForSwing();
DockingActionIf openTableAction = getAction(plugin, "Add Functions To Comparison");
performAction(openTableAction);
performAction(openTableAction, false);
TableChooserDialog<?> dialog =
waitForDialogComponent(TableChooserDialog.class);