>>     (bug 3458)
>>      I fixed this by using \backslash instead
>
> I think you can commit this part.

Done.

>>      This line makes the dialog crashing when you call it:
>>
>>      string stri_left = fromqstr(leftLW->currentItem()->toolTip());
>>
>>      What is wrong with this?

The row is in the process of being changed so currentItem() is not valid, you 
should not use it.

But you use in the same void this call:

 texCodeL->setText("TeX code: \\" + leftLW->currentItem()->toolTip());

So why does it work in this case and not when I just want to generate a string 
out of the set toolTip?

>> - the "\" charaacter of the cmsy font has whitespace below. As we currently don't use the same >> font for "/" too, the delimiters are not vertically in sync, see the attached screenshot. I fixed >> this by using the cmsy font for "/" too. Perhaps you have a better idea.

> Your idea is fine. I think you can commit this part.

Done.

regards Uwe

Reply via email to