clean up Platform, add workaround for getSystemZoom() (fixes #143)

This commit is contained in:
Ben Fry
2020-10-13 17:32:24 -04:00
parent 4153e4fd5c
commit 044f1baa2e
10 changed files with 140 additions and 115 deletions

View File

@@ -81,7 +81,7 @@ public class PreprocessIssueMessageSimplifier {
String errStr;
String retStr;
if (Platform.isInit()) {
if (Platform.isAvailable()) {
errStr = Language.text("editor.status.error.syntax");
retStr = Language.text(stringName);
} else {