mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 02:39:44 +02:00
GT-2999: fixed how comparison action is set to SHARED
This commit is contained in:
parent
ec7773b464
commit
496408f2b7
23 changed files with 264 additions and 217 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue