]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathExFunc.cpp
* moved atom_dim_ to coord cache in the buffer view to make it dependent on the buffe...
[features.git] / src / mathed / InsetMathExFunc.cpp
index 7b03387ba3abc06d96c0833a985c244ea04e9499..9a871f49d40c4fcd86e9c8261a6db9eed63c4c71 100644 (file)
@@ -45,8 +45,6 @@ Inset * InsetMathExFunc::clone() const
 void InsetMathExFunc::metrics(MetricsInfo & mi, Dimension & dim) const
 {
        mathed_string_dim(mi.base.font, name_, dim);
-       // Cache the inset dimension. 
-       setDimCache(mi, dim);
 }