mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Revert "Reset beginOfBody() when changing paragraph layout"
This reverts commit ef8e499821
.
This commit is contained in:
parent
ef8e499821
commit
b9c7594167
@ -2022,7 +2022,6 @@ docstring Paragraph::expandParagraphLabel(Layout const & layout,
|
||||
void Paragraph::applyLayout(Layout const & new_layout)
|
||||
{
|
||||
d->layout_ = &new_layout;
|
||||
setBeginOfBody();
|
||||
LyXAlignment const oldAlign = d->params_.align();
|
||||
|
||||
if (!(oldAlign & d->layout_->alignpossible)) {
|
||||
|
Loading…
Reference in New Issue
Block a user