Re: [patch] fix bug 4584 for branch
I comitted a better fix as result of this thread: http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg136118.html regards Uwe
Re: [patch] fix bug 4584 for branch
Uwe Stöhr wrote: > Jürgen, OK? OK. Jürgen
[patch] fix bug 4584 for branch
Jürgen, OK? Index: mathed/InsetMathNest.cpp === --- mathed/InsetMathNest.cpp (revision 23253) +++ mathed/InsetMathNest.cpp (working copy) @@ -1253,7 +1253,7 @@ return true; } - if (isAlphaASCII(c)) { + if (isAlphaASCII(c) |