]> git.lyx.org Git - features.git/commitdiff
update controls upon window activation.
authorAbdelrazak Younes <younes@lyx.org>
Fri, 8 Feb 2008 17:47:32 +0000 (17:47 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Fri, 8 Feb 2008 17:47:32 +0000 (17:47 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22869 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiView.cpp

index f828517b50ba0f7f52e794ee61451c15cfbb9476..8004133a634d2201b1af4d7ac65f383af383e8b3 100644 (file)
@@ -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"));