fixes to font builder for selecting items and making 'data' dir if not

exist
This commit is contained in:
benfry
2003-10-03 01:00:54 +00:00
parent 089fcca522
commit 799a870bd2
3 changed files with 48 additions and 17 deletions

View File

@@ -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;