mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 02:14:50 +00:00
bug 552
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5593 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
e78763de40
commit
7f67ec6200
@ -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_);
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user