Make sure that the size of the checkboxes is initialized correctly.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@32763 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Vincent van Ravesteijn 2010-01-04 17:14:08 +00:00
parent 7f134dadbf
commit 95afeddc27

View File

@ -84,7 +84,7 @@ GuiProgressView::GuiProgressView(GuiView & parent, Qt::DockWidgetArea area,
level_buttons << box;
connect(box, SIGNAL(stateChanged(int)), this, SLOT(levelChanged()));
}
widget_->settingsLayout->activate();
GuiProgress * progress =
dynamic_cast<GuiProgress *>(ProgressInterface::instance());