mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Revert "typo"
An unrelated change slipped in.
This reverts commit 3b642cd0ed
.
This commit is contained in:
parent
3b642cd0ed
commit
f009138f9c
@ -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)
|
||||
|
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user