mirror of
https://github.com/processing/processing4.git
synced 2026-01-26 01:41:06 +01:00
Fixed another regression
This commit is contained in:
@@ -61,4 +61,7 @@ public class Preferences {
|
||||
String value = get(attribute); //, null);
|
||||
return Boolean.parseBoolean(value);
|
||||
}
|
||||
static public int getInteger(String attribute /*, int defaultValue*/) {
|
||||
return Integer.parseInt(get(attribute));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user