mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-23 13:31:49 +00:00
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:
parent
cc780330cc
commit
bc9ed053ae
@ -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.
|
||||||
|
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user