Revert "typo"

An unrelated change slipped in.

This reverts commit 3b642cd0ed.
This commit is contained in:
Jean-Marc Lasgouttes 2019-10-07 15:29:59 +02:00
parent 3b642cd0ed
commit f009138f9c
2 changed files with 1 additions and 2 deletions

View File

@ -133,7 +133,7 @@ public:
x_(0), caret_width_(0)
{}
/* Draw the caret. Parameter \c horiz_offset is not 0 when there
/* Draw he caret. Parameter \c horiz_offset is not 0 when there
* has been horizontal scrolling in current row
*/
void draw(QPainter & painter, int horiz_offset)

View File

@ -1439,7 +1439,6 @@ void TeXOnePar(Buffer const & buf,
&& nextpar->getDepth() > par.getDepth()
&& nextpar->getAlign(bparams) == next_layout.align)
|| (!style.isEnvironment()
&& !tclass.isDefaultLayout(style)
&& next_layout.latextype == LATEX_ENVIRONMENT
&& nextpar->getDepth() < par.getDepth())
|| (style.isCommand()