mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-09 16:25:10 +03:00
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:
@@ -225,7 +225,7 @@ public abstract class FlatLaf
|
|||||||
if( newValue == null )
|
if( newValue == null )
|
||||||
System.err.println( "variable or reference '" + value + "' not found" );
|
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 ) {
|
private Object parseValue( String key, String value, Function<String, String> resolver ) {
|
||||||
|
|||||||
Reference in New Issue
Block a user