mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
add comments
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22224 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c7c1db84bd
commit
717db0a59e
@ -308,6 +308,8 @@ void GuiWorkArea::redraw()
|
|||||||
updateScreen();
|
updateScreen();
|
||||||
update(0, 0, viewport()->width(), viewport()->height());
|
update(0, 0, viewport()->width(), viewport()->height());
|
||||||
|
|
||||||
|
/// \warning: scrollbar updating *must* be done after the BufferView is drawn
|
||||||
|
/// because \c BufferView::updateScrollbar() is called in \c BufferView::draw().
|
||||||
updateScrollbar();
|
updateScrollbar();
|
||||||
lyx_view_->updateStatusBar();
|
lyx_view_->updateStatusBar();
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user