mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-25 05:55:34 +00:00
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:
parent
936cee5b9f
commit
6a2083cedf
@ -83,6 +83,7 @@ GuiHSpace::GuiHSpace(bool math_mode, QWidget * parent)
|
||||
|
||||
// initialize the length validator
|
||||
addCheckedWidget(valueLE, valueL);
|
||||
enableWidgets();
|
||||
}
|
||||
|
||||
|
||||
|
@ -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).
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user