mirror of
https://github.com/processing/processing4.git
synced 2026-02-11 17:40:48 +01:00
working on tabs.. now actually working/displaying semi-properly
This commit is contained in:
@@ -578,6 +578,7 @@ public class PdePreferences extends JComponent {
|
||||
static public Color getColor(String name /*, Color otherwise*/) {
|
||||
Color parsed = null;
|
||||
String s = get(name); //, null);
|
||||
//System.out.println(name + " = " + s);
|
||||
if ((s != null) && (s.indexOf("#") == 0)) {
|
||||
try {
|
||||
int v = Integer.parseInt(s.substring(1), 16);
|
||||
|
||||
Reference in New Issue
Block a user