mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 19:25:39 +00:00
Temporarily remove the assertion because it doesn't work on new doc.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19983 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
0fa9160767
commit
d166ee8699
@ -315,7 +315,9 @@ void TextMetrics::computeRowMetrics(pit_type const pit,
|
||||
Paragraph const & par = text_->getPar(pit);
|
||||
|
||||
double w = dim_.wid - row.width();
|
||||
BOOST_ASSERT(w >= 0);
|
||||
// FIXME: put back this assertion when the crash on new doc is solved.
|
||||
//BOOST_ASSERT(w >= 0);
|
||||
|
||||
//lyxerr << "\ndim_.wid " << dim_.wid << endl;
|
||||
//lyxerr << "row.width() " << row.width() << endl;
|
||||
//lyxerr << "w " << w << endl;
|
||||
|
Loading…
Reference in New Issue
Block a user