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:
André Pönitz 2003-08-27 09:18:00 +00:00
parent 04296fea9a
commit 90ed6feade

View File

@ -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();