1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-08 11:22:40 +03:00

Resetting swing.aatext to the preferred value as soon as preferences are available

This commit is contained in:
Federico Fissore
2015-03-13 09:01:33 +01:00
parent 06d95d4225
commit e08bd63038

View File

@@ -97,6 +97,8 @@ public class Base {
BaseNoGui.initParameters(args);
System.setProperty("swing.aatext", Preferences.get("editor.antialias", "true"));
BaseNoGui.initVersion();
// if (System.getProperty("mrj.version") != null) {