mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2024-11-12 23:23:17 +00:00
Merge remote-tracking branch 'origin/GT-2841_ryanmkurtz_askDomainFile'
This commit is contained in:
commit
e4146ac79a
@ -2819,6 +2819,11 @@ public abstract class GhidraScript extends FlatProgramAPI {
|
||||
|
||||
Runnable r = () -> dtd.showComponent();
|
||||
SystemUtilities.runSwingNow(r);
|
||||
|
||||
if (dtd.wasCancelled()) {
|
||||
throw new CancelledException();
|
||||
}
|
||||
|
||||
return ref.get();
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user