mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 10:19:23 +02:00
review fixes
This commit is contained in:
parent
f57c6f64ac
commit
01de3b89dd
1 changed files with 1 additions and 1 deletions
|
@ -157,7 +157,7 @@ public class KeyBindingOverrideKeyEventDispatcher implements KeyEventDispatcher
|
|||
if (!executableAction.isEnabled()) {
|
||||
// The action is valid, but is not enabled. At this point we know that the focused
|
||||
// component has no key listeners interested in this event and that the focused
|
||||
// component has not action bindings either. Stop all further processing for this
|
||||
// component has no action bindings either. Stop all further processing for this
|
||||
// event to maintain predictable behavior.
|
||||
executableAction.reportNotEnabled(focusOwner);
|
||||
return true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue