From: Richard Heck Date: Wed, 23 Nov 2011 16:44:31 +0000 (+0000) Subject: Fix bug #7906. Check the widgets after creating the dialog. X-Git-Tag: 2.1.0beta1~2332 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=66af29735cce0496415ed08212cc33fd4097077d;p=features.git 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 --- diff --git a/src/frontends/qt4/GuiHSpace.cpp b/src/frontends/qt4/GuiHSpace.cpp index b00c0b47a0..8be5c7fa22 100644 --- a/src/frontends/qt4/GuiHSpace.cpp +++ b/src/frontends/qt4/GuiHSpace.cpp @@ -88,6 +88,7 @@ GuiHSpace::GuiHSpace(bool math_mode, QWidget * parent) // initialize the length validator addCheckedWidget(valueLE, valueL); + enableWidgets(); }