]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathHull.cpp
comment
[features.git] / src / mathed / InsetMathHull.cpp
index a27c4d4e200fa7f620ad3645759910f318863418..7e97bedada809bfeb1d640009b95dfb0f70fd4bf 100644 (file)
@@ -1755,6 +1755,7 @@ bool InsetMathHull::readQuiet(Lexer & lex)
 
 int InsetMathHull::plaintext(odocstream & os, OutputParams const &) const
 {
+       // disables ASCII-art for export of equations. See #2275.
        if (0 && display()) {
                Dimension dim;
                TextMetricsInfo mi;