Andre Poenitz <[EMAIL PROTECTED]> writes: | Index: math_cursor.C | =================================================================== | RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/mathed/math_cursor.C,v | retrieving revision 1.325 | diff -u -p -r1.325 math_cursor.C | --- math_cursor.C 22 Oct 2002 17:31:32 -0000 1.325 | +++ math_cursor.C 23 Oct 2002 18:03:12 -0000 | @@ -1333,6 +1333,11 @@ string MathCursor::grabSelection() const | MathCursorPos i2; | getSelection(i1, i2); | | + if (i1.idx_ == i2.idx_) { | + MathArray::const_iterator it = i1.cell().begin(); | + return asString(MathArray(it + i1.pos_, it + i2.pos_)); | + } | + | row_type r1, r2; | col_type c1, c2; | region(i1, i2, r1, r2, c1, c2); | | [Ok to apply, Lars? It's basically old code that got deleted by accident]
Certainly.... and I do not have to look at _everything_ and every bug fix... -- Lgb