]> git.lyx.org Git - features.git/commitdiff
apply setlength.diff
authorLars Gullik Bjønnes <larsbj@gullik.org>
Wed, 5 Dec 2001 23:18:44 +0000 (23:18 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Wed, 5 Dec 2001 23:18:44 +0000 (23:18 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3164 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/xforms/ChangeLog
src/frontends/xforms/FormParagraph.C

index 2a3078a0d34fc619b1c33f770b942ca7198aac28..8944c522cdbc40b1e4d0e9a3d4c3864b97875edc 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-05  John Levon  <moz@compsoc.man.ac.uk>
+
+       * FormParagraph.C: set combo box correctly for VSpace::LENGTH
+
 2001-12-05  Lars Gullik Bjønnes  <larsbj@birdstep.com>
 
        * FormFiledialog.C:
index 27ac50bf9f4514d1de2451de5b95a79a05c08f27..2f9e807f04c08f6263c0e549d9d93eccc95c4456 100644 (file)
@@ -399,6 +399,7 @@ void FormParagraph::update()
        break;
     case VSpace::LENGTH:
     {
+           fl_set_choice (dialog_->choice_space_above, 7);
            setEnabled(dialog_->input_space_above, true);
            setEnabled(dialog_->choice_value_space_above, true);
            string const default_unit = "cm";
@@ -437,6 +438,7 @@ void FormParagraph::update()
        break;
     case VSpace::LENGTH:
     {
+           fl_set_choice (dialog_->choice_space_below, 7);
            setEnabled(dialog_->input_space_below, true);
            setEnabled(dialog_->choice_value_space_below, true);
            string const default_unit = "cm";