mirror of
https://github.com/processing/processing4.git
synced 2026-02-12 18:10:43 +01:00
remove extra separator at the top of the Help menu on Windows and Linux
This commit is contained in:
@@ -101,7 +101,6 @@ public class JavaEditor extends Editor {
|
||||
|
||||
// macosx already has its own about menu
|
||||
if (!Base.isMacOS()) {
|
||||
menu.addSeparator();
|
||||
item = new JMenuItem("About Processing");
|
||||
item.addActionListener(new ActionListener() {
|
||||
public void actionPerformed(ActionEvent e) {
|
||||
|
||||
Reference in New Issue
Block a user