]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBig.cpp
revert last patch. there's something wrong, possibly unrelated to this
[lyx.git] / src / mathed / InsetMathBig.cpp
index 692d35d26291715e4959018f7441ed87d6bf42de..c547a7bb975ff554e4ec0232907cbd58d8d44522 100644 (file)
@@ -69,8 +69,6 @@ void InsetMathBig::metrics(MetricsInfo & mi, Dimension & dim) const
        dim.wid = 6;
        dim.asc = int(h + f * h);
        dim.des = int(f * h);
-       // Cache the inset dimension. 
-       setDimCache(mi, dim);
 }