Re: [PATCH - 1.5] Fix bug 4117: Crash when using down cursor in an empty math subscript

2007-08-25 Thread Jürgen Spitzmüller
Abdelrazak Younes wrote: > Abdelrazak Younes wrote: > > http://bugzilla.lyx.org/show_bug.cgi?id=4117 > > I took the liberty to commit that one too. OK. Jürgen

Re: [PATCH - 1.5] Fix bug 4117: Crash when using down cursor in an empty math subscript

2007-08-21 Thread Abdelrazak Younes
Abdelrazak Younes wrote: http://bugzilla.lyx.org/show_bug.cgi?id=4117 I took the liberty to commit that one too. Abdel.

[PATCH - 1.5] Fix bug 4117: Crash when using down cursor in an empty math subscript

2007-08-19 Thread Abdelrazak Younes
http://bugzilla.lyx.org/show_bug.cgi?id=4117 Index: Cursor.cpp === --- Cursor.cpp (revision 19634) +++ Cursor.cpp (working copy) @@ -1482,12 +1482,14 @@ } -void Cursor::fixIfBroken() +bool Cursor::fixIfBroken() { if (D