mirror of
https://github.com/processing/processing4.git
synced 2026-02-16 20:05:36 +01:00
changing how editor state info is handled, restoring sketches, recent menu
This commit is contained in:
@@ -22,8 +22,8 @@ public class JavaEditor extends Editor {
|
||||
private Runner runtime;
|
||||
|
||||
|
||||
protected JavaEditor(Base base, String path, int[] location, Mode mode) {
|
||||
super(base, path, location, mode);
|
||||
protected JavaEditor(Base base, String path, EditorState state, Mode mode) {
|
||||
super(base, path, state, mode);
|
||||
|
||||
// hopefully these are no longer needed w/ swing
|
||||
// (har har har.. that was wishful thinking)
|
||||
|
||||
Reference in New Issue
Block a user