support variables that use variables

(fixed selected text color in text field if all text is selected in dark theme)
This commit is contained in:
Karl Tauber
2019-09-11 11:16:16 +02:00
parent 7db9ef3adc
commit c02c6ae36e

View File

@@ -225,7 +225,7 @@ public abstract class FlatLaf
if( newValue == null )
System.err.println( "variable or reference '" + value + "' not found" );
return newValue;
return resolveValue( properties, newValue );
}
private Object parseValue( String key, String value, Function<String, String> resolver ) {