]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_scriptinset.h
- remove MathStyles cache from those insets that don't need it
[features.git] / src / mathed / math_scriptinset.h
index 49337fa80a10956a6f19590a3459c5e05aa98e0f..f7af1546ccfe5ac7482ea4ac0128c30f8ee04f71 100644 (file)
@@ -100,6 +100,8 @@ private:
        bool script_[2]; 
        ///
        int limits_;
+       ///
+       mutable MathMetricsInfo mi_;
 };
 
 #endif