]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathNest.cpp
Fix crash after b0937fb9.
[features.git] / src / mathed / InsetMathNest.cpp
index 44f4a26805663e2976f5b44fe0c9f878e3d37e74..3dd55e44d11c8772bcac751fd8ecf2ceb7629705 100644 (file)
@@ -499,11 +499,6 @@ void InsetMathNest::handleNest(Cursor & cur, MathAtom const & nest,
                        //
                        cur.handleNest(nest);
                        cur.insert(arg);
-
-                       // cur is in the font inset now. If the loop continues,
-                       // we need to get outside again for the next cell
-                       if (col + 1 <= c2 || row + 1 <= r2)
-                               cur.pop_back();
                }
        }
 }