git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5593 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2002-11-07 00:28:39 +00:00
parent e78763de40
commit 7f67ec6200
2 changed files with 7 additions and 0 deletions

View File

@ -297,6 +297,8 @@ int BufferView::Pimpl::resizeCurrentBuffer()
// bv_->text->owner(bv_);
if (lyxerr.debugging())
textcache.show(lyxerr, "resizeCurrentBuffer");
buffer_->resizeInsets(bv_);
} else {
bv_->text = new LyXText(bv_);
bv_->text->init(bv_);

View File

@ -1,3 +1,8 @@
2002-11-07 John Levon <levon@movementarian.org>
* BufferView_pimpl.C: fix redrawing of insets
on buffer switch
2002-11-05 Lars Gullik Bjønnes <larsbj@birdstep.com>
* text2.C (updateCounters): fix bug 668