Backport fix for bug #7906.

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
This commit is contained in:
Richard Heck 2011-11-29 20:00:28 +00:00
parent 936cee5b9f
commit 6a2083cedf
2 changed files with 3 additions and 0 deletions

View File

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

View File

@ -53,6 +53,8 @@ What's new
- Update citation labels when the BibTeX file changes (bug 7499). - 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). - Unify diplay of theorem headings (bug 7883).