]> git.lyx.org Git - features.git/commitdiff
Fix bug #7906. Check the widgets after creating the dialog.
authorRichard Heck <rgheck@comcast.net>
Wed, 23 Nov 2011 16:44:31 +0000 (16:44 +0000)
committerRichard Heck <rgheck@comcast.net>
Wed, 23 Nov 2011 16:44:31 +0000 (16:44 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@40243 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiHSpace.cpp

index b00c0b47a0807ab04cfeb74f455fb37b1645b0e8..8be5c7fa2250386064666876db96079fd65bb055 100644 (file)
@@ -88,6 +88,7 @@ GuiHSpace::GuiHSpace(bool math_mode, QWidget * parent)
 
        // initialize the length validator
        addCheckedWidget(valueLE, valueL);
+       enableWidgets();
 }