We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06d95d4 commit e08bd63Copy full SHA for e08bd63
app/src/processing/app/Base.java
@@ -96,7 +96,9 @@ static public void main(String args[]) throws Exception {
96
BaseNoGui.initPortableFolder();
97
98
BaseNoGui.initParameters(args);
99
-
+
100
+ System.setProperty("swing.aatext", Preferences.get("editor.antialias", "true"));
101
102
BaseNoGui.initVersion();
103
104
// if (System.getProperty("mrj.version") != null) {
0 commit comments