mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
GT-3567 - Fixed keybindings not working in DialogComponentProviders
This commit is contained in:
parent
7a85fdac25
commit
314100a70c
33 changed files with 922 additions and 362 deletions
|
@ -76,7 +76,7 @@ public class FindPotentialDecompilerProblems extends GhidraScript {
|
|||
return;
|
||||
}
|
||||
|
||||
ParallelDecompiler.decompileFunctions(callback, currentProgram, funcsToDecompile, monitor);
|
||||
ParallelDecompiler.decompileFunctions(callback, funcsToDecompile, monitor);
|
||||
monitor.checkCanceled();
|
||||
tableDialog.setMessage("Finished");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue