]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathParser.h
Assure correct spacing of colored items in mathed
[lyx.git] / src / mathed / MathParser.h
index 24e6c22b5c6267981753f6f8c40aa6f11c805140..20403de5fb66fa11ed1683eef07889d7fd3d8f34 100644 (file)
@@ -52,6 +52,9 @@ public:
         * on screen.
         */
        docstring draw;
+       /// the same thing, but as an alternative in display mode
+       // Useful for \sum operator, for example
+       docstring dsp_draw;
        /// operator/..., fontname e
        docstring extra;
        /// how is this called as HTML entity in MathML?