From cb5859929f04f38a148bd22fd1446441f1b97f45 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Fri, 8 Feb 2008 17:47:32 +0000 Subject: [PATCH] update controls upon window activation. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22869 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiView.cpp | 3 +++ 1 file changed, 3 insertions(+) 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")); -- 2.39.2