Juergen Vigna wrote:
> This is probably because the inset is returning a wrong width. But this
> could only be caused by the Painter returning a wrong width for the drawed
> button. This is obviously a bug, we have to investigate.

Jug,

I can fix the cursor placement by commenting out line 570 in insetert.C 
(InsetERT::draw):

if (!isOpen()) {
                draw_collapsed(pain, baseline, x);
                // x += TEXT_TO_INSET_OFFSET;  <-- this one!
                return;
        }

But don't ask me why I did this ;-)

Juergen.

Reply via email to