From fe5a20a4896be3718fada0b57dc17cb0060b43d6 Mon Sep 17 00:00:00 2001 From: Pavel Sanda Date: Sat, 20 Dec 2008 10:08:15 +0000 Subject: [PATCH] Template type can be changed in dialog. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27933 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/GuiExternal.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/frontends/qt4/GuiExternal.cpp b/src/frontends/qt4/GuiExternal.cpp index 670c1f866c..6aaa9df9e4 100644 --- a/src/frontends/qt4/GuiExternal.cpp +++ b/src/frontends/qt4/GuiExternal.cpp @@ -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; -- 2.39.2