]> git.lyx.org Git - features.git/blobdiff - src/mathed/math_scriptinset.C
don't show the empty-base-dot in a few cases...
[features.git] / src / mathed / math_scriptinset.C
index 637411381edfd0d14ce2abd718f3503bd4922543..f5c8a204bf73ddab2c56afec5f23056253c21426 100644 (file)
@@ -231,7 +231,7 @@ void MathScriptInset::draw(MathInset const * nuc, Painter & pain,
 {
        if (nuc)
                nuc->draw(pain, x + dxx(nuc), y);
-       else // if (editing())
+       else if (editing())
                drawStr(pain, font_, x + dxx(nuc), y, ".");
 
        if (hasUp())