]> git.lyx.org Git - features.git/commitdiff
Environment toolbar is not updated after selection by mouse.
authorPavel Sanda <sanda@lyx.org>
Sat, 19 Jan 2008 23:36:03 +0000 (23:36 +0000)
committerPavel Sanda <sanda@lyx.org>
Sat, 19 Jan 2008 23:36:03 +0000 (23:36 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22633 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiToolbar.cpp

index fe34edc19b57c79ffa81909887da0051b2f5492e..3851ed9a070c0888aa184766b99b5649123ea7c4 100644 (file)
@@ -348,6 +348,7 @@ void GuiLayoutBox::selected(const QString & str)
                                               FuncRequest::TOOLBAR);
                        theLyXFunc().setLyXView(&owner_);
                        lyx::dispatch(func);
+                       updateContents(false);
                        return;
                }
        }