Fix initial disabling of the layout combo.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21686 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2007-11-20 22:29:17 +00:00
parent e615380e42
commit 0f56650139

View File

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