]> git.lyx.org Git - features.git/blobdiff - src/insets/insettabular.C
Hopefully fixed the redo problems with insets!
[features.git] / src / insets / insettabular.C
index 1b4f42bd10af6e98de7c6e8722e0a4a87ea44d02..703c29742d7df88381a4166160ea3fd6acfcd7c0 100644 (file)
@@ -148,7 +148,7 @@ InsetTabular::InsetTabular(InsetTabular const & tab, Buffer const & buf,
                                                   bool same_id)
        : UpdatableInset(tab, same_id), buffer(&buf)
 {
-       tabular.reset(new LyXTabular(this, *(tab.tabular)));
+       tabular.reset(new LyXTabular(this, *(tab.tabular), same_id));
        the_locking_inset = 0;
        locked = no_selection = false;
        oldcell = -1;