mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-03 08:28:25 +00:00
Initialize InsetExteralParams::preview_mode in constructor
The value PREVIEW_OFF is the same default as for external::Template. Found by Coverity
This commit is contained in:
parent
e3d74ee935
commit
102e6340e5
@ -116,6 +116,7 @@ support::FileName TempName::operator()() const
|
||||
|
||||
InsetExternalParams::InsetExternalParams()
|
||||
: display(true),
|
||||
preview_mode(PREVIEW_OFF),
|
||||
lyxscale(defaultLyxScale),
|
||||
draft(false)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user