]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetSpace.cpp
* src/insets/InsetSpace.cpp:
[lyx.git] / 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]);
        }