mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
couple small tweaks
This commit is contained in:
@@ -1646,7 +1646,7 @@ public class JEditTextArea extends JComponent
|
||||
inputHandler.keyTyped(evt);
|
||||
break;
|
||||
case KeyEvent.KEY_PRESSED:
|
||||
if (!editorListener.keyPressed(evt)) {
|
||||
if ((editorListener != null) && !editorListener.keyPressed(evt)) {
|
||||
inputHandler.keyPressed(evt);
|
||||
}
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user