From: Pavel Sanda Date: Sat, 20 Dec 2008 10:08:15 +0000 (+0000) Subject: Template type can be changed in dialog. X-Git-Tag: 2.0.0~7536 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=fe5a20a4896be3718fada0b57dc17cb0060b43d6;p=features.git Template type can be changed in dialog. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27933 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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;