]> git.lyx.org Git - features.git/commitdiff
Backport fix for bug #7906.
authorRichard Heck <rgheck@comcast.net>
Tue, 29 Nov 2011 20:00:28 +0000 (20:00 +0000)
committerRichard Heck <rgheck@comcast.net>
Tue, 29 Nov 2011 20:00:28 +0000 (20:00 +0000)
Check the widgets after creating the dialog.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_2_0_X@40312 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiHSpace.cpp
status.20x

index a896c1efffa600d7a3b4d17b8455e8c106b66987..9bb7e3994c7cb95b2e8401a1e68c479345f8f011 100644 (file)
@@ -83,6 +83,7 @@ GuiHSpace::GuiHSpace(bool math_mode, QWidget * parent)
 
        // initialize the length validator
        addCheckedWidget(valueLE, valueL);
+       enableWidgets();
 }
 
 
index ae9b356ed127e020eeb5df4f216b94654afa1833..38eae0c72c74484a0a7775c5dd9d73cf93dcc733 100644 (file)
@@ -53,6 +53,8 @@ What's new
 
 - Update citation labels when the BibTeX file changes (bug 7499).
 
+- Fix inconsistent state of horizontal space dialog on start up (bug 7906).
+
 - Unify diplay of theorem headings (bug 7883).