mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Initialize is_long_tabular before updateIndexes() (which employs it)
This commit is contained in:
parent
6ef18c3583
commit
10b5f03d95
@ -783,8 +783,8 @@ void Tabular::init(Buffer * buf, row_type rows_arg,
|
||||
row_info.reserve(10);
|
||||
column_info.reserve(10);
|
||||
cell_info.reserve(100);
|
||||
updateIndexes();
|
||||
is_long_tabular = false;
|
||||
updateIndexes();
|
||||
tabular_valignment = LYX_VALIGN_MIDDLE;
|
||||
tabular_width = Length();
|
||||
longtabular_alignment = LYX_LONGTABULAR_ALIGN_CENTER;
|
||||
|
Loading…
Reference in New Issue
Block a user