mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-04 18:29:37 +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()) {
|
if (!executableAction.isEnabled()) {
|
||||||
// The action is valid, but is not enabled. At this point we know that the focused
|
// 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 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.
|
// event to maintain predictable behavior.
|
||||||
executableAction.reportNotEnabled(focusOwner);
|
executableAction.reportNotEnabled(focusOwner);
|
||||||
return true;
|
return true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue