mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
re-enable redoParagraph in updateInset
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7613 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
04296fea9a
commit
90ed6feade
@ -1377,7 +1377,7 @@ void BufferView::Pimpl::updateInset()
|
||||
return;
|
||||
|
||||
// this should not be needed, but it is...
|
||||
//bv_->text->redoParagraph(bv_->text->cursor.par());
|
||||
bv_->text->redoParagraph(bv_->text->cursor.par());
|
||||
//bv_->text->fullRebreak();
|
||||
|
||||
update();
|
||||
|
Loading…
Reference in New Issue
Block a user