mirror of
https://github.com/processing/processing4.git
synced 2026-02-02 13:21:07 +01:00
Set sketch as modified when any character committed using input method support
This commit is contained in:
@@ -334,6 +334,13 @@ public class JavaInputHandler extends PdeInputHandler {
|
||||
}
|
||||
|
||||
|
||||
@Override
|
||||
public void onCommittedFromInputMethodSupport(char c) {
|
||||
Sketch sketch = editor.getSketch();
|
||||
sketch.setModified(true);
|
||||
}
|
||||
|
||||
|
||||
/**
|
||||
* Return the index for the first character on this line.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user