summaryrefslogtreecommitdiff
path: root/javax/swing/text/html/InlineView.java
diff options
context:
space:
mode:
Diffstat (limited to 'javax/swing/text/html/InlineView.java')
-rw-r--r--javax/swing/text/html/InlineView.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/javax/swing/text/html/InlineView.java b/javax/swing/text/html/InlineView.java
index 6b134ae39..cea0782b1 100644
--- a/javax/swing/text/html/InlineView.java
+++ b/javax/swing/text/html/InlineView.java
@@ -139,6 +139,7 @@ public class InlineView
StyleSheet ss = getStyleSheet();
attributes = ss.getViewAttributes(this);
preferenceChanged(null, true, true);
+ setPropertiesFromAttributes();
}
/**
@@ -303,4 +304,5 @@ public class InlineView
}
return span;
}
+
}