add comments

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22224 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2007-12-21 09:43:23 +00:00
parent c7c1db84bd
commit 717db0a59e

View File

@ -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();