From: Jürgen Spitzmüller Date: Thu, 10 Jul 2008 07:45:33 +0000 (+0000) Subject: * src/insets/InsetSpace.cpp: X-Git-Tag: 1.6.10~4148 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=f10b67b09f4ef2eac37cfa6088ee4937a49352d3;p=features.git * src/insets/InsetSpace.cpp: - comment git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25531 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/insets/InsetSpace.cpp b/src/insets/InsetSpace.cpp index d1b89ddd07..ff4091d242 100644 --- a/src/insets/InsetSpace.cpp +++ b/src/insets/InsetSpace.cpp @@ -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]); }