]> git.lyx.org Git - features.git/commitdiff
Add missing widget update
authorJuergen Spitzmueller <spitz@lyx.org>
Fri, 15 Nov 2013 18:29:15 +0000 (19:29 +0100)
committerJuergen Spitzmueller <spitz@lyx.org>
Fri, 15 Nov 2013 18:29:15 +0000 (19:29 +0100)
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