On Mon, 27 Nov 2000, Jürgen Vigna wrote:

> 
> 
> [EMAIL PROTECTED], [EMAIL PROTECTED] wrote:
> >
> >It no longer seems to work, highlighting multiple column cells,
> >selecting layout-tabular (or right click), and choosing multicolumn --
> >to join the columns into a single column.
> 
> I'm sorry I cannot investigate at the moment, but this seems pretty
> strange to me as it worked for sure. Could someone have a fast look at
> this and let me know more in detail maybe I can give some hints to fix it!?
> 
>      Jürgen
> 

It triggers this when you select it :

        if (the_locking_inset != tabular->GetCellInset(cell)) {
            lyxerr[Debug::INSETS] << "ERROR this shouldn't happen\n";
            return;
        } 

Commenting out the return gives a segfault. I hope that gives a clue, I
don't understand this code myself.

If I can add any help printf()s or whatever just ask.

john



Reply via email to