mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
re-enable thick line code, safari paste bug fix, remove cancel on save
changes
This commit is contained in:
@@ -141,6 +141,9 @@ public class PdeFontBuilder extends JFrame {
|
||||
font = new Font(list[selection], Font.PLAIN, fontsize);
|
||||
//System.out.println("setting font to " + font);
|
||||
sample.setFont(font);
|
||||
|
||||
String filenameSuggestion = list[selection].replace(' ', '_');
|
||||
filenameField.setText(filenameSuggestion);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user