]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_diminset.C
the DocIterator stuff
[lyx.git] / src / mathed / math_diminset.C
index ff779ad580f23fa63f76e3c100c884363fbdbce9..e2e898cfa3285ec4c8add61925336d41371a51ae 100644 (file)
 #include <config.h>
 
 #include "math_diminset.h"
+#include "debug.h"
 
 
+MathDimInset::MathDimInset()
+       : xo_(-3), yo_(-3) // some sentinel value for debugging
+{}
+
 
 int MathDimInset::ascent() const
 {
@@ -34,6 +39,7 @@ int MathDimInset::width() const
 
 void MathDimInset::setPosCache(PainterInfo const &, int x, int y) const
 {
+       //lyxerr << "MathDimInset: cache to " << x << " " << y << std::endl;
        xo_ = x;
        yo_ = y;
 }