mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
remove unnecessary "mode" reference, other notes
This commit is contained in:
@@ -176,7 +176,7 @@ public class JavaEditor extends Editor {
|
||||
|
||||
|
||||
protected JEditTextArea createTextArea() {
|
||||
return new JavaTextArea(new PdeTextAreaDefaults(mode), this);
|
||||
return new JavaTextArea(new PdeTextAreaDefaults(), this);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user