Fix bug #7906. Check the widgets after creating the dialog.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40243 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2011-11-23 16:44:31 +00:00
parent 01dc4e4b83
commit 66af29735c

View File

@ -88,6 +88,7 @@ GuiHSpace::GuiHSpace(bool math_mode, QWidget * parent)
// initialize the length validator
addCheckedWidget(valueLE, valueL);
enableWidgets();
}