no message
This commit is contained in:
parent
7dd67bbf6a
commit
995817eb98
1 changed files with 3 additions and 3 deletions
|
@ -327,9 +327,9 @@ public class DuffPane extends TibetanPane implements FocusListener {
|
||||||
if (key != null) {
|
if (key != null) {
|
||||||
if (isTibetan) processTibetanChar(key.charAt(0), true);
|
if (isTibetan) processTibetanChar(key.charAt(0), true);
|
||||||
else {
|
else {
|
||||||
MutableAttributeSet inputAtts = DuffPane.this.getInputAttributes();
|
//MutableAttributeSet inputAtts = DuffPane.this.getInputAttributes();
|
||||||
inputAtts.addAttributes(romanAttributeSet);
|
//inputAtts.addAttributes(romanAttributeSet);
|
||||||
processRomanChar(key, inputAtts);
|
processRomanChar(key, romanAttributeSet);//, inputAtts);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue