]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathLefteqn.cpp
last commit was incomplete... not sure how I managed this..
[lyx.git] / src / mathed / InsetMathLefteqn.cpp
index dc64e6f7df86da294933c4a868baa85e3a4432f5..358ecd3f0c2030cb5cafe8321625ea6b443639c9 100644 (file)
@@ -35,7 +35,8 @@ void InsetMathLefteqn::metrics(MetricsInfo & mi, Dimension & dim) const
        dim.des += 2;
        dim.wid = 4;
        metricsMarkers(dim);
-       dim_ = dim;
+       // Cache the inset dimension. 
+       setDimCache(mi, dim);
 }