]> git.lyx.org Git - features.git/commitdiff
Fix http://bugzilla.lyx.org/show_bug.cgi?id=4498
authorAbdelrazak Younes <younes@lyx.org>
Wed, 27 Feb 2008 11:23:41 +0000 (11:23 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Wed, 27 Feb 2008 11:23:41 +0000 (11:23 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23275 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiView.cpp

index b999ceb546c9c8a224d44b6ecd5cd9041230e8c6..fdc80a08384a2d204bd37b6ef1efa4ce805c5e43 100644 (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();
 }