Re: pre3: cursor misplacement and a cosmetic issue

2002-04-11 Thread Juergen Vigna
On 11-Apr-2002 Juergen Spitzmueller wrote: > if (!isOpen()) { > draw_collapsed(pain, baseline, x); > // x += TEXT_TO_INSET_OFFSET; <-- this one! > return; > } > > But don't ask me why I did this ;-) Well I would say "good spoted" x is already se

Re: pre3: cursor misplacement and a cosmetic issue

2002-04-11 Thread Juergen Spitzmueller
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

Re: pre3: cursor misplacement and a cosmetic issue

2002-04-11 Thread Juergen Spitzmueller
Juergen Vigna wrote: > On 10-Apr-2002 Juergen Spitzmueller wrote: > > In pre3 (and recent CVS), I get a slightly misplaced cursor after several > > ERT's with space commands ('\,' and '\ '). Testcase and screenshot > > attached. Have a look at the cursor on the word "das". (is this related > > to

Re: pre3: cursor misplacement and a cosmetic issue

2002-04-10 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote: > A small thing: after "make install", the splash screen disappears *very* > fast (no change to have a look at it) (this is note the case if I start lyx > from the source after "make"). Forget it. This is caused by KDE (when you start lyx from a desktop icon and the m

RE: pre3: cursor misplacement and a cosmetic issue

2002-04-10 Thread Juergen Vigna
On 10-Apr-2002 Juergen Spitzmueller wrote: > In pre3 (and recent CVS), I get a slightly misplaced cursor after several > ERT's with space commands ('\,' and '\ '). Testcase and screenshot attached. > Have a look at the cursor on the word "das". (is this related to bug #262?) This is probably b

pre3: cursor misplacement and a cosmetic issue

2002-04-10 Thread Juergen Spitzmueller
In pre3 (and recent CVS), I get a slightly misplaced cursor after several ERT's with space commands ('\,' and '\ '). Testcase and screenshot attached. Have a look at the cursor on the word "das". (is this related to bug #262?) A small thing: after "make install", the splash screen disappears *v