mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-10 20:04:46 +00:00
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:
parent
aee1c6c785
commit
fe5a20a489
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user