diff --git a/src/frontends/qt4/GuiView.cpp b/src/frontends/qt4/GuiView.cpp index f828517b50..8004133a63 100644 --- a/src/frontends/qt4/GuiView.cpp +++ b/src/frontends/qt4/GuiView.cpp @@ -575,6 +575,9 @@ bool GuiView::event(QEvent * e) // The document structure, name and dialogs might have // changed in another view. updateBufferDependent(true); + updateToolbars(); + updateLayoutList(); + updateStatusBar(); } else { setWindowTitle(qt_("LyX")); setWindowIconText(qt_("LyX"));