On 18-Apr-2002 Andre Poenitz wrote:
> One item is:
>
> - new doc
> - click on table toolbar entry to create 'standard table'
> - move cursor around in the cell
>
> Cells touch by the cursor get a red box (which is ok) but retain it even
> after the cursor left. Nothing serious, but 'unexpected'.
Hmm this is obviously a bug (cell is not redrawed) I changed something
in that logic recently to fix a bug so a redraw has to asked explicitely
and is not done automatically on an unlock request (which I find better)
I obviously missed one place to put a UpdateLocal(bv, CELL, false) in some
spot inside insettabular.C I'll find it. This are really small things but
if not reported it's not obvious that I will see them ;)
So now the next one?
Jug
--
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._
Dr. J�rgen Vigna E-Mail: [EMAIL PROTECTED]
Italienallee 13/N Tel/Fax: +39-0471-450260 / +39-0471-450253
I-39100 Bozen Web: http://www.sad.it/~jug
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._
Each new user of a new system uncovers a new class of bugs.
-- Kernighan