From: Richard Heck Date: Tue, 29 Nov 2011 20:00:28 +0000 (+0000) Subject: Backport fix for bug #7906. X-Git-Tag: 2.0.3~184 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=6a2083cedff5ffd79c6f19b466b87010e4df0c61;p=features.git 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 --- diff --git a/src/frontends/qt4/GuiHSpace.cpp b/src/frontends/qt4/GuiHSpace.cpp index a896c1efff..9bb7e3994c 100644 --- a/src/frontends/qt4/GuiHSpace.cpp +++ b/src/frontends/qt4/GuiHSpace.cpp @@ -83,6 +83,7 @@ GuiHSpace::GuiHSpace(bool math_mode, QWidget * parent) // initialize the length validator addCheckedWidget(valueLE, valueL); + enableWidgets(); } diff --git a/status.20x b/status.20x index ae9b356ed1..38eae0c72c 100644 --- a/status.20x +++ b/status.20x @@ -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).