mirror of
https://github.com/processing/processing4.git
synced 2026-02-10 00:59:40 +01:00
smooth polygons fix, fix url opening, fix history menu
This commit is contained in:
@@ -461,7 +461,7 @@ public class PdeEditor extends JPanel {
|
||||
//JMenuItem menuItem = new JMenuItem(modeStr + " - " + readableDate);
|
||||
MenuItem menuItem = new MenuItem(modeStr + " - " + readableDate);
|
||||
menuItem.addActionListener(base.historyMenuListener);
|
||||
base.historyMenu.insert(menuItem, 0);
|
||||
base.historyMenu.insert(menuItem, 2);
|
||||
|
||||
historyWriter.flush();
|
||||
historyWriter.close();
|
||||
|
||||
Reference in New Issue
Block a user