From 7ca1eacac12dcb3b1f3c856774d40fc4bf0fadad Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Wed, 27 Feb 2008 11:23:41 +0000 Subject: [PATCH] Fix http://bugzilla.lyx.org/show_bug.cgi?id=4498 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23275 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiView.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/frontends/qt4/GuiView.cpp b/src/frontends/qt4/GuiView.cpp index b999ceb546..fdc80a0838 100644 --- a/src/frontends/qt4/GuiView.cpp +++ b/src/frontends/qt4/GuiView.cpp @@ -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(); }