* src/insets/InsetSpace.cpp:

- comment

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25531 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2008-07-10 07:45:33 +00:00
parent 21f3fadbc1
commit f10b67b09f

View File

@ -320,7 +320,8 @@ void InsetSpace::draw(PainterInfo & pi, int x, int y) const
yp[3] = y - max(h / 4, 1);
if (params_.length.inBP() < 0) {
// turn symbol upside down
// turn symbol upside down. A prettier solution would use
// inverted arrows (like in VSpace).
swap(yp[0], yp[1]);
swap(yp[2], yp[3]);
}