mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
No space after inline math for text export (#9282)
This extra space was the result of the fix for #6094 (at 7e624928).
This commit is contained in:
parent
3b96c6e901
commit
5636906aee
@ -3382,8 +3382,6 @@ docstring Paragraph::asString(pos_type beg, pos_type end, int options, const Out
|
||||
getInset(i)->plaintext(os, *runparams);
|
||||
} else {
|
||||
getInset(i)->toString(os);
|
||||
if (getInset(i)->asInsetMath())
|
||||
os << " ";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user