]> git.lyx.org Git - features.git/commitdiff
* src/insets/InsetSpace.cpp:
authorJürgen Spitzmüller <spitz@lyx.org>
Thu, 10 Jul 2008 07:45:33 +0000 (07:45 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Thu, 10 Jul 2008 07:45:33 +0000 (07:45 +0000)
- comment

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@25531 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetSpace.cpp

index d1b89ddd0798cc89e45377f36fb08ef695359b08..ff4091d2427d00f3059940206709001cf50610d2 100644 (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]);
        }