* src/insets/InsetSpace.cpp:

- further improve appearance of protected space.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22307 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2007-12-26 10:38:59 +00:00
parent 4803a77708
commit cfb1d4027b

View File

@ -87,7 +87,7 @@ void InsetSpace::draw(PainterInfo & pi, int x, int y) const
xp[0] = x;
yp[0] = y - max(h / 4, 1);
if (kind_ == NORMAL) {
if (kind_ == NORMAL || kind_ == PROTECTED) {
xp[1] = x; yp[1] = y;
xp[2] = x + w; yp[2] = y;
} else {