]> git.lyx.org Git - features.git/commitdiff
don't show the empty-base-dot in a few cases...
authorAndré Pönitz <poenitz@gmx.net>
Thu, 11 Apr 2002 08:51:08 +0000 (08:51 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Thu, 11 Apr 2002 08:51:08 +0000 (08:51 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3965 a592a061-630c-0410-9148-cb99ea01b6c8

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())