mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 21:59:20 +01:00
fixed all compile errors, what's next?
This commit is contained in:
@@ -285,7 +285,7 @@ public class PdeEditorStatus extends JPanel implements ActionListener {
|
||||
int c = event.getKeyChar();
|
||||
|
||||
if (c == KeyEvent.VK_ENTER) { // accept the input
|
||||
editor.skSaveAs2(editField.getText());
|
||||
editor.handleSaveAs2(editField.getText());
|
||||
unedit();
|
||||
event.consume();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user