don't show the empty-base-dot in a few cases...

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3965 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2002-04-11 08:51:08 +00:00
parent 3bb410a347
commit 68bc4b573a

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