Re: [Cvslog] r28326 - /lyx-devel/trunk/src/mathed/InsetMathGrid.cpp

2009-02-03 Thread Jean-Marc Lasgouttes
Vincent van Ravesteijn writes: > Previously a new column was inserted before the old one, and then the > contents of the new cell was copied into the old one. This does not > seem ok. When inserting a new column it is also inserted after the > current column. I understand now. The patch is defini

Re: [Cvslog] r28326 - /lyx-devel/trunk/src/mathed/InsetMathGrid.cpp

2009-02-02 Thread Jürgen Spitzmüller
Vincent van Ravesteijn wrote: > Any opinions on whether this is enough to close the bug ? The fact that > the input completion leads to an assertion might have to be fixed too. I think so, too. Stefan should have a look. > http://bugzilla.lyx.org/show_bug.cgi?id=5731 > > I assume I can apply this

Re: [Cvslog] r28326 - /lyx-devel/trunk/src/mathed/InsetMathGrid.cpp

2009-02-02 Thread Vincent van Ravesteijn
Jean-Marc Lasgouttes schreef: Le 2 févr. 09 à 22:44, v...@lyx.org a écrit : Author: vfr Date: Mon Feb 2 22:44:37 2009 New Revision: 28326 URL: http://www.lyx.org/trac/changeset/28326 Log: Fix bug 5731. http://bugzilla.lyx.org/show_bug.cgi?id=5731 Insert column after the current one, then copy

Re: [Cvslog] r28326 - /lyx-devel/trunk/src/mathed/InsetMathGrid.cpp

2009-02-02 Thread Jean-Marc Lasgouttes
Le 2 févr. 09 à 22:44, v...@lyx.org a écrit : Author: vfr Date: Mon Feb 2 22:44:37 2009 New Revision: 28326 URL: http://www.lyx.org/trac/changeset/28326 Log: Fix bug 5731. http://bugzilla.lyx.org/show_bug.cgi?id=5731 Insert column after the current one, then copy the current one to the new on

Re: [Cvslog] r28326 - /lyx-devel/trunk/src/mathed/InsetMathGrid.cpp

2009-02-02 Thread Vincent van Ravesteijn
v...@lyx.org schreef: Author: vfr Date: Mon Feb 2 22:44:37 2009 New Revision: 28326 URL: http://www.lyx.org/trac/changeset/28326 Log: Fix bug 5731. http://bugzilla.lyx.org/show_bug.cgi?id=5731\nInsert column after the current one, then copy the current one to the new one Modified: lyx-dev