]> git.lyx.org Git - lyx.git/blobdiff - src/graphics/GraphicsParams.cpp
Fix #7720: plain text export of branches should contain only content of the inset.
[lyx.git] / src / graphics / GraphicsParams.cpp
index 659cbe84c07c062bd2c26fb7946d2bdd84b1afd8..a53d2c57b1ffb4f038c998cde7ceeea046f9b34c 100644 (file)
@@ -23,7 +23,7 @@ namespace lyx {
 namespace graphics {
 
 Params::Params()
-       : display(ColorDisplay),
+       : display(true),
          scale(100),
          angle(0)
 {}