Re: [PATCH - 1.5] Fix bug 4117: Crash when using down cursor in an empty math subscript
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
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
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