mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
add an unconditional repaint
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@4515 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
46ae7ea256
commit
dc8b183d28
@ -927,6 +927,7 @@ void BufferView::Pimpl::workAreaResize()
|
||||
|
||||
// always make sure that the scrollbar is sane.
|
||||
updateScrollbar();
|
||||
repaint();
|
||||
owner_->updateLayoutChoice();
|
||||
return;
|
||||
}
|
||||
|
@ -1,3 +1,7 @@
|
||||
2002-07-02 Lars Gullik Bjønnes <larsbj@birdstep.com>
|
||||
|
||||
* BufferView_pimpl.C (workAreaResize): add an unconditional repaint.
|
||||
|
||||
2002-06-20 Jean-Marc Lasgouttes <lasgouttes@freesurf.fr>
|
||||
|
||||
* text.C (changeRegionCase): do not change case of all the
|
||||
|
Loading…
Reference in New Issue
Block a user