]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_notinset.h
- remove MathStyles cache from those insets that don't need it
[features.git] / src / mathed / math_notinset.h
index cc0dca081bad65389d3e4d58ac15145018dab8d2..0f945420427f7f79dd04b8c1bd5295c8e84c3019 100644 (file)
@@ -20,5 +20,8 @@ public:
        void metrics(MathMetricsInfo const & st) const;
        ///
        void draw(Painter &, int x, int y) const;
+private:
+       ///
+       mutable MathMetricsInfo mi_;
 };
 #endif