2013/11/14 Scott Kostyshak <skost...@lyx.org>

> Any ideas?
>

The attached works for me.

Jürgen


>
> Scott
>
diff --git a/src/frontends/qt4/GuiVSpace.cpp b/src/frontends/qt4/GuiVSpace.cpp
index dc08bc0..cbf9029 100644
--- a/src/frontends/qt4/GuiVSpace.cpp
+++ b/src/frontends/qt4/GuiVSpace.cpp
@@ -57,6 +57,7 @@ GuiVSpace::GuiVSpace(QWidget * parent) : 
InsetParamsWidget(parent)
 
        // initialize the length validator
        addCheckedWidget(valueLE, valueL);
+       enableCustom(spacingCO->currentIndex());
 }
 
 
@@ -64,7 +65,9 @@ void GuiVSpace::enableCustom(int selection)
 {
        bool const enable = selection == 5;
        valueLE->setEnabled(enable);
+       valueL->setEnabled(enable);
        unitCO->setEnabled(enable);
+       changed();
 }
 
 

Reply via email to