diff --git a/source/org/thdl/tib/input/DuffPane.java b/source/org/thdl/tib/input/DuffPane.java index 647fe9a..eb5b1bc 100644 --- a/source/org/thdl/tib/input/DuffPane.java +++ b/source/org/thdl/tib/input/DuffPane.java @@ -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); } } }