]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/GuiView.cpp
GuiView: Moving updateStatusBar() out of updateDialogs() because this is no end of...
[features.git] / src / frontends / qt4 / GuiView.cpp
index 3ee10af27e3355b568bd8443259e97d30b3df517..df06f15bfc64096900c6c05f5e50285a136aebf2 100644 (file)
@@ -2064,6 +2064,7 @@ void GuiView::restartCursor()
 
        // Take this occasion to update the other GUI elements.
        updateDialogs();
+       updateStatusBar();
 }
 
 
@@ -2233,7 +2234,6 @@ void GuiView::updateDialogs()
        }
        updateToolbars();
        updateLayoutList();
-       updateStatusBar();
 }