repaint() on resize ...

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4452 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2002-06-21 03:08:29 +00:00
parent cc780330cc
commit bc9ed053ae
2 changed files with 8 additions and 4 deletions

View File

@ -918,11 +918,11 @@ void BufferView::Pimpl::workAreaResize()
// to the start of the document on vertical // to the start of the document on vertical
// resize // resize
fitCursor(); fitCursor();
} else {
screen().redraw(bv_->text, bv_);
} }
} else { }
screen().redraw(bv_->text, bv_);
if (widthChange || heightChange) {
repaint();
} }
// always make sure that the scrollbar is sane. // always make sure that the scrollbar is sane.

View File

@ -1,3 +1,7 @@
2002-06-21 John Levon <moz@compsoc.man.ac.uk>
* Buffer_pimpl.C: oops, update on resize
2002-06-21 John Levon <moz@compsoc.man.ac.uk> 2002-06-21 John Levon <moz@compsoc.man.ac.uk>
* buffer.C: * buffer.C: