review fixes

This commit is contained in:
dragonmacher 2025-04-21 17:38:58 -04:00
parent f57c6f64ac
commit 01de3b89dd

View file

@ -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;