From cfb1d4027bb97f74acbccd0ca5e5f49c0ef926e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Wed, 26 Dec 2007 10:38:59 +0000 Subject: [PATCH] * 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 --- src/insets/InsetSpace.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insets/InsetSpace.cpp b/src/insets/InsetSpace.cpp index 2fddd06919..abe0ca30a4 100644 --- a/src/insets/InsetSpace.cpp +++ b/src/insets/InsetSpace.cpp @@ -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 {