Superscripts with TLatex

I’m trying to create a diagram with a chi that has a superscript and a subscript. For root 5.26, the superscript and subscript run together when used with a chi. When I replace the chi with an arbitrary character such as J, the superscript and subscript look nice. Here’s the code

TLatex t;
t.DrawLatex(92, 35,"J_{1}^{+*} #chi_{1}^{+*} J_{1}^{0} #chi_{1}^{0}");

this problem has been fixed in the SVN trunk a few days ago

Rene