mirror of
https://github.com/processing/processing4.git
synced 2026-02-03 05:39:18 +01:00
clean up Platform, add workaround for getSystemZoom() (fixes #143)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user