[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Tue Apr 6 19:51:25 CEST 2004
CVS commit by staikos:
oops :)
M +2 -2 ksttoplevelview.cpp 1.10
--- kdeextragear-2/kst/kst/ksttoplevelview.cpp #1.9:1.10
@@ -156,9 +156,9 @@ void KstTopLevelView::setCursorFor(const
break;
case UP|LEFT:
- case DOWN|LEFT:
+ case DOWN|RIGHT:
_cursor.setShape(Qt::SizeFDiagCursor);
break;
case UP|RIGHT:
- case DOWN|RIGHT:
+ case DOWN|LEFT:
_cursor.setShape(Qt::SizeBDiagCursor);
break;
More information about the Kst
mailing list