]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/qt4/GuiVSpace.cpp
On Linux show in crash message box the backtrace
[lyx.git] / src / frontends / qt4 / GuiVSpace.cpp
index 4f2a60e5266d2382bf61cac7e488bea9b43e474c..13b873443da5550e0e5e5eae884e279d03aac9de 100644 (file)
@@ -143,6 +143,7 @@ void GuiVSpace::paramsToDialog(Inset const * inset)
        InsetVSpace const * vs = static_cast<InsetVSpace const *>(inset);
        VSpace const & params = vs->space();
        setWidgetsFromVSpace(params, spacingCO, valueLE, unitCO, keepCB);
+       enableCustom(spacingCO->currentIndex());
 }
 
 } // namespace frontend