Skip to content

Commit e08bd63

Browse files
author
Federico Fissore
committed
Resetting swing.aatext to the preferred value as soon as preferences are available
1 parent 06d95d4 commit e08bd63

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/src/processing/app/Base.java

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,9 @@ static public void main(String args[]) throws Exception {
9696
BaseNoGui.initPortableFolder();
9797

9898
BaseNoGui.initParameters(args);
99-
99+
100+
System.setProperty("swing.aatext", Preferences.get("editor.antialias", "true"));
101+
100102
BaseNoGui.initVersion();
101103

102104
// if (System.getProperty("mrj.version") != null) {

0 commit comments

Comments
 (0)