]> git.lyx.org Git - features.git/blobdiff - src/insets/insettabular.C
Small fixes + hfill display/draw bug (seen with minipages!).
[features.git] / src / insets / insettabular.C
index b750e139de71b84e91cca9da90b12013b0da14e7..67cee87f16e91a8d46580dbf151e132db1a89d66 100644 (file)
@@ -2524,7 +2524,7 @@ string InsetTabular::selectNextWordInt(BufferView * bv, float & value) const
        // otherwise we have to lock the next inset and ask for it's selecttion
        UpdatableInset * inset =
                static_cast<UpdatableInset*>(tabular->GetCellInset(++actcell));
-       inset->edit(bv, 0,  0, 0);
+       inset->edit(bv);
        return selectNextWordInt(bv, value);
 }