From 995817eb98acc84aaba4f3cc6645659450ad6cb0 Mon Sep 17 00:00:00 2001 From: eg3p Date: Tue, 8 Apr 2003 12:14:03 +0000 Subject: [PATCH] no message --- source/org/thdl/tib/input/DuffPane.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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); } } }