mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 17:40:48 +01:00
things actually semi-running once again
This commit is contained in:
@@ -69,6 +69,8 @@ public class PdeHistory {
|
||||
public PdeHistory(PdeEditor editor) {
|
||||
this.editor = editor;
|
||||
|
||||
menu = new JMenu("History");
|
||||
|
||||
menuListener = new ActionListener() {
|
||||
public void actionPerformed(ActionEvent e) {
|
||||
retrieve(e.getActionCommand());
|
||||
@@ -87,7 +89,6 @@ public class PdeHistory {
|
||||
|
||||
public void attachMenu(JMenu parent) {
|
||||
//if (PdePreferences.getBoolean("history.recording")) {
|
||||
menu = new JMenu("History");
|
||||
parent.add(menu);
|
||||
|
||||
// should leave enabled, since can still get old history
|
||||
|
||||
Reference in New Issue
Block a user