mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-25 17:00:36 -09:00
Merge remote-tracking branch 'origin/GT-2841_ryanmkurtz_askDomainFile'
This commit is contained in:
@@ -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();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user