]> 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 a88d6dc5c0c3b5b5bbc660611418e38658daa3e4..a53d2c57b1ffb4f038c998cde7ceeea046f9b34c 100644 (file)
@@ -14,6 +14,7 @@
 
 #include "Length.h"
 
+#include <cstdlib>
 #include <sstream>
 
 using namespace std;
@@ -22,7 +23,7 @@ namespace lyx {
 namespace graphics {
 
 Params::Params()
-       : display(ColorDisplay),
+       : display(true),
          scale(100),
          angle(0)
 {}