git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23275 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2008-02-27 11:23:41 +00:00
parent 8446d3dbfc
commit 7ca1eacac1

View File

@ -1977,9 +1977,10 @@ void GuiView::restartCursor()
if (d.current_work_area_)
d.current_work_area_->startBlinkingCursor();
// Take this occasion to update the toobars and layout list.
// Take this occasion to update the other GUI elements.
updateLayoutList();
updateToolbars();
updateStatusBar();
}