mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 05:16:21 +00:00
Initialize member
This fixes the crash of bug #9788. However, the misparsing of \multicolumn is still there: LyX thinks that the array has three columns, it inserts an additional one before the multicolumn.
This commit is contained in:
parent
7c642c5af8
commit
8a6fad9cea
@ -106,7 +106,7 @@ int InsetMathGrid::RowInfo::skipPixels(MetricsInfo const & mi) const
|
||||
|
||||
|
||||
InsetMathGrid::ColInfo::ColInfo()
|
||||
: align_('c'), lines_(0)
|
||||
: align_('c'), lines_(0), skip_(0)
|
||||
{}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user