mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 09:39:19 +01:00
working on tabs.. now actually working/displaying semi-properly
This commit is contained in:
@@ -685,6 +685,7 @@ public class PdeEditor extends JFrame
|
||||
handleAbout();
|
||||
}
|
||||
});
|
||||
menu.add(item);
|
||||
}
|
||||
|
||||
return menu;
|
||||
@@ -1237,6 +1238,7 @@ public class PdeEditor extends JFrame
|
||||
protected void handleOpen2(String path) {
|
||||
try {
|
||||
sketch = new PdeSketch(this, path);
|
||||
header.rebuild();
|
||||
} catch (Exception e) {
|
||||
error(e);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user