diff --git a/src/insets/InsetTabular.cpp b/src/insets/InsetTabular.cpp index c88888aa79..b5344df2a4 100644 --- a/src/insets/InsetTabular.cpp +++ b/src/insets/InsetTabular.cpp @@ -3474,7 +3474,8 @@ InsetTabular::InsetTabular(Buffer * buf, row_type rows, InsetTabular::InsetTabular(InsetTabular const & tab) - : Inset(tab), tabular(tab.tabular) + : Inset(tab), tabular(tab.tabular), + first_visible_cell_(0), offset_valign_(0), rowselect_(false), colselect_(false) { }