summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 25d6f6a)
raw | patch | inline | side by side (parent: 25d6f6a)
author | Krzysztof Kosiński <tweenk.pl@gmail.com> | |
Sat, 3 Apr 2010 03:05:19 +0000 (05:05 +0200) | ||
committer | Krzysztof Kosiński <tweenk.pl@gmail.com> | |
Sat, 3 Apr 2010 03:05:19 +0000 (05:05 +0200) |
src/ui/tool/multi-path-manipulator.cpp | patch | blob | history |
index 2025a12d7b4826cc54f7de1d9306792eec78dabc..392518207a94ea7ac305ebe9b3e56f2f8cadbced 100644 (file)
// single handle functions
// rotation
case GDK_bracketleft:
- case GDK_braceleft:
- pm.rotateHandle(n, which, 1, one_pixel);
+ pm.rotateHandle(n, which, -1, one_pixel);
break;
case GDK_bracketright:
- case GDK_braceright:
- pm.rotateHandle(n, which, -1, one_pixel);
+ pm.rotateHandle(n, which, 1, one_pixel);
break;
// adjust length
case GDK_period: