]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathRef.cpp
fix off-by-two drawing error
[lyx.git] / src / mathed / InsetMathRef.cpp
index 20740f83c9d8f1bfba0b15a1a695944953d3a2e7..8ba745fdc4dc1b6062a93d4c282951fa281e7300 100644 (file)
@@ -36,12 +36,12 @@ using namespace std;
 namespace lyx {
 
 InsetMathRef::InsetMathRef()
-       : CommandInset(from_ascii("ref"))
+       : CommandInset(from_ascii("ref"), false)
 {}
 
 
 InsetMathRef::InsetMathRef(docstring const & data)
-       : CommandInset(data)
+       : CommandInset(data, false)
 {}