mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-08 10:51:03 +00:00
* 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:
parent
4803a77708
commit
cfb1d4027b
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user