Template type can be changed in dialog.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@27933 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Pavel Sanda 2008-12-20 10:08:15 +00:00
parent aee1c6c785
commit fe5a20a489

View 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;