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 (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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue