]> git.lyx.org Git - features.git/commitdiff
Fix initial disabling of the layout combo.
authorAbdelrazak Younes <younes@lyx.org>
Tue, 20 Nov 2007 22:29:17 +0000 (22:29 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Tue, 20 Nov 2007 22:29:17 +0000 (22:29 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21686 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiToolbar.cpp

index 0d3b92771af13634406ce12c84aa119d1773495c..c7de616f962fa24b15f9316f177db61e7b3ecdd7 100644 (file)
@@ -247,6 +247,7 @@ GuiLayoutBox::GuiLayoutBox(GuiView & owner)
        QObject::connect(this, SIGNAL(activated(QString)),
                         this, SLOT(selected(QString)));
        owner_.setLayoutDialog(this);
+       updateContents(true);
 }