]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathColor.cpp
fix off-by-two drawing error
[lyx.git] / src / mathed / InsetMathColor.cpp
index 9246f3d45973f46da82cf2a0ae9258a0a23e2dec..f5854f3712dbead99a906e0a752d4e0e2d3dcc0a 100644 (file)
@@ -45,8 +45,6 @@ void InsetMathColor::metrics(MetricsInfo & mi, Dimension & dim) const
 {
        cell(0).metrics(mi, dim);
        metricsMarkers(dim);
-       // Cache the inset dimension. 
-       setDimCache(mi, dim);
 }