mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-11 06:27:13 -06:00
Styling: support specifying explicit value type for parsing CSS values (for future use)
This commit is contained in:
@@ -56,7 +56,8 @@ public class UIDefaultsLoaderAccessor
|
||||
Function<String, String> resolver )
|
||||
{
|
||||
ValueType[] resultValueType2 = new ValueType[1];
|
||||
Object result = UIDefaultsLoader.parseValue( key, value, resultValueType2, resolver, Collections.emptyList() );
|
||||
Object result = UIDefaultsLoader.parseValue( key, value, null,
|
||||
resultValueType2, resolver, Collections.emptyList() );
|
||||
resultValueType[0] = resultValueType2[0];
|
||||
return result;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user