]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTabular.cpp
Regularly check if preview is modified when visible on screen
[lyx.git] / src / insets / InsetTabular.cpp
index a6a280551a1e988e02d933a0a97111c564cb3b70..88817357c16c663aa91c5aeef8ef3777ec457c80 100644 (file)
@@ -5185,7 +5185,6 @@ int InsetTabular::dist(BufferView & bv, idx_type const cell, int x, int y) const
 Inset * InsetTabular::editXY(Cursor & cur, int x, int y)
 {
        //lyxerr << "InsetTabular::editXY: " << this << endl;
-       cur.selection(false);
        cur.push(*this);
        cur.idx() = getNearestCell(cur.bv(), x, y);
        return cur.bv().textMetrics(&cell(cur.idx())->text()).editXY(cur, x, y);