mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2025-12-08 23:08:42 +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 )
|
||||
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 ) {
|
||||
|
||||
Reference in New Issue
Block a user