mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 09:39:19 +01:00
clearing up preferences, attempting compilation
This commit is contained in:
@@ -2501,7 +2501,7 @@ public class PdeEditor extends JFrame
|
||||
cutItem.setEnabled(true);
|
||||
copyItem.setEnabled(true);
|
||||
|
||||
referenceFile = PdeKeywords.get(parent.getSelectedText());
|
||||
referenceFile = PdeKeywords.getReference(parent.getSelectedText());
|
||||
if (referenceFile != null) {
|
||||
referenceItem.setEnabled(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user