Riccardo Gori wrote:
> Hello, sorry for the patch format! As requested:
no problem, there are git aware people around, the patch will get in anyway ;)
> I hereby grant permission to use my contributions to LyX under the GPL
> version
> 2 or later.
you are now in credits.
...and new bugs are w
Uwe Stöhr wrote:
> Am 05.10.2010 03:18, schrieb Pavel Sanda:
>
>> Uwe, do you understand this code? pavel
>
> Yes. The only thing that has been changed is this line (the same for
> bottomline):
i see now, thanks for care.
pavel
Hello, sorry for the patch format! As requested:
I hereby grant permission to use my contributions to LyX under the GPL version
2 or later.
Thanks!
Riccardo Gori
Am 05.10.2010 03:18, schrieb Pavel Sanda:
Uwe, do you understand this code? pavel
Yes. The only thing that has been changed is this line (the same for
bottomline):
for ( ; c< ncols()&& !topline[c]; ++c) {}
to
if (topline[c]) {
the rest are only indentation changes.
This is necessary to p
uwesto...@lyx.org wrote:
> Author: uwestoehr
> Date: Tue Oct 5 03:14:34 2010
> New Revision: 35561
> URL: http://www.lyx.org/trac/changeset/35561
>
> Log:
> InsetTabular.cpp: fix #6907, patch by goriccardo
>
> Modified:
>lyx-devel/trunk/src/insets/InsetTabular.cpp
Uwe, do you understand thi