]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathDelim.cpp
* moved atom_dim_ to coord cache in the buffer view to make it dependent on the buffe...
[features.git] / src / mathed / InsetMathDelim.cpp
index 5c732751a6d1649b4a68a5918fa0b145c9ee2775..403c1cf65d315fca1e2b56e3880eb72a2c1417b5 100644 (file)
@@ -87,8 +87,6 @@ void InsetMathDelim::metrics(MetricsInfo & mi, Dimension & dim) const
        dim.wid = dim0.width() + 2 * dw_ + 8;
        dim.asc = max(a0, d0) + h0;
        dim.des = max(a0, d0) - h0;
-       // Cache the inset dimension. 
-       setDimCache(mi, dim);
 }