OK ? I don't know exactly why this works, but it is probably related to the change where we don't re-create our lyxscreen object (so before we were effectively masking this behaviour)
john Index: BufferView_pimpl.C =================================================================== RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/BufferView_pimpl.C,v retrieving revision 1.314 diff -u -r1.314 BufferView_pimpl.C --- BufferView_pimpl.C 21 Oct 2002 15:29:41 -0000 1.314 +++ BufferView_pimpl.C 30 Oct 2002 01:22:17 -0000 @@ -297,6 +299,8 @@ // bv_->text->owner(bv_); if (lyxerr.debugging()) textcache.show(lyxerr, "resizeCurrentBuffer"); + + buffer_->resizeInsets(bv_); } else { bv_->text = new LyXText(bv_); bv_->text->init(bv_); -- ""All the people we like are We, and everyone else is They." - Kipling