mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 01:29:17 +01:00
fixes to font builder for selecting items and making 'data' dir if not
exist
This commit is contained in:
@@ -711,6 +711,8 @@ public class PdeEditor extends JPanel {
|
||||
//System.out.println("RUNNING");
|
||||
buttons.run();
|
||||
|
||||
for (int i = 0; i < 10; i++) System.out.println();
|
||||
|
||||
if (externalEditor) {
|
||||
// history gets screwed by the open..
|
||||
String historySaved = historyLast;
|
||||
|
||||
Reference in New Issue
Block a user