]> git.lyx.org Git - features.git/blobdiff - src/frontends/qt4/GuiWorkArea.cpp
GuiView: Moving updateStatusBar() out of updateDialogs() because this is no end of...
[features.git] / src / frontends / qt4 / GuiWorkArea.cpp
index f1dd3b9d5164074b1b58cb1ae0462bfe0a031e67..7fafe934d5f9200eed01f1620958b69ccc71abfc 100644 (file)
@@ -464,6 +464,7 @@ void GuiWorkArea::dispatch(FuncRequest const & cmd0, KeyModifier mod)
        if (cmd.action != LFUN_MOUSE_MOTION) {
                completer_->updateVisibility(false, false);
                lyx_view_->updateDialogs();
+               lyx_view_->updateStatusBar();
        }
 
        // GUI tweaks except with mouse motion with no button pressed.