mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-05-23 13:16:48 +08:00
GT-3567 - Fixed keybindings not working in DialogComponentProviders
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user