no message

This commit is contained in:
eg3p 2003-04-08 12:14:03 +00:00
parent 7dd67bbf6a
commit 995817eb98

View file

@ -327,9 +327,9 @@ public class DuffPane extends TibetanPane implements FocusListener {
if (key != null) {
if (isTibetan) processTibetanChar(key.charAt(0), true);
else {
MutableAttributeSet inputAtts = DuffPane.this.getInputAttributes();
inputAtts.addAttributes(romanAttributeSet);
processRomanChar(key, inputAtts);
//MutableAttributeSet inputAtts = DuffPane.this.getInputAttributes();
//inputAtts.addAttributes(romanAttributeSet);
processRomanChar(key, romanAttributeSet);//, inputAtts);
}
}
}