mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
3bb410a347
commit
68bc4b573a
@ -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())
|
||||
|
Loading…
Reference in New Issue
Block a user