]> git.lyx.org Git - features.git/commitdiff
Template type can be changed in dialog.
authorPavel Sanda <sanda@lyx.org>
Sat, 20 Dec 2008 10:08:15 +0000 (10:08 +0000)
committerPavel Sanda <sanda@lyx.org>
Sat, 20 Dec 2008 10:08:15 +0000 (10:08 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27933 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiExternal.cpp

index 670c1f866c38936409246138c1311513894c4637..6aaa9df9e41a2accd69a9c68371aef47232ace4b 100644 (file)
@@ -556,6 +556,7 @@ void GuiExternal::updateTemplate()
 
        found = std::find(tr_begin, tr_end, external::Extra) != tr_end;
        optionsGB->setEnabled(found);
+       displayscaleED->setEnabled(templ.preview_mode != PREVIEW_INSTANT);
 
        if (!found)
                return;