Skip to content

Commit bda7085

Browse files
committed
Adapt to change in core module.
1 parent 5f82711 commit bda7085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/io/sf/carte/doc/style/css/awt/AWTHelper.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public static Color getAWTColor(CSSTypedValue cssColor) throws CSSPropertyValueE
9494
if (cssColor != null) {
9595
switch (cssColor.getPrimitiveType()) {
9696
case COLOR:
97-
RGBAColor color = cssColor.toRGBColorValue();
97+
RGBAColor color = cssColor.toRGBColor();
9898
CSSPrimitiveValue red = color.getRed();
9999
CSSPrimitiveValue green = color.getGreen();
100100
CSSPrimitiveValue blue = color.getBlue();

0 commit comments

Comments
 (0)