mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 13:49:18 +01:00
trying to simplify #4599
This commit is contained in:
@@ -335,9 +335,8 @@ public class JavaInputHandler extends PdeInputHandler {
|
||||
|
||||
|
||||
@Override
|
||||
public void onCommittedFromInputMethodSupport(char c) {
|
||||
Sketch sketch = editor.getSketch();
|
||||
sketch.setModified(true);
|
||||
public void handleInputMethodCommit() {
|
||||
editor.getSketch().setModified(true);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user