summaryrefslogtreecommitdiff
path: root/javax/swing/text/html/InlineView.java
diff options
context:
space:
mode:
authorAndrew John Hughes <gnu_andrew@member.fsf.org>2006-12-03 17:06:05 +0000
committerAndrew John Hughes <gnu_andrew@member.fsf.org>2006-12-03 17:06:05 +0000
commit995a16ee911442342a73cce6a4e1761cc8bd1f81 (patch)
tree9eb07e047ec678c09034c38c2ff728b622774a9b /javax/swing/text/html/InlineView.java
parent306a965fe7e642bfb08eeeecfed9bd61ed857db9 (diff)
downloadclasspath-995a16ee911442342a73cce6a4e1761cc8bd1f81.tar.gz
2006-12-03 Andrew John Hughes <gnu_andrew@member.fsf.org>
* Merge of HEAD-->generics-branch for 2006/11/29 to 0.93 branch point.
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;
}
+
}