mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-30 04:58:25 +00:00
8269763: The JEditorPane is blank after JDK-8265167
Reviewed-by: azvegint, prr
This commit is contained in:
parent
af82404b3c
commit
4e4a3cf657
@ -310,7 +310,8 @@ abstract class RTFParser extends AbstractFilter
|
||||
if (binaryBytesLeft > 0) {
|
||||
binaryBuf.write(ch);
|
||||
binaryBytesLeft--;
|
||||
} else {
|
||||
}
|
||||
if (binaryBytesLeft == 0) {
|
||||
state = S_text;
|
||||
specialsTable = savedSpecials;
|
||||
savedSpecials = null;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user