diff --git a/rtgui/cursormanager.cc b/rtgui/cursormanager.cc index a625c7adc..e0704fe48 100644 --- a/rtgui/cursormanager.cc +++ b/rtgui/cursormanager.cc @@ -98,13 +98,13 @@ void CursorManager::setCursor (Glib::RefPtr window, CursorShape sha else if (shape==CSSpotWB) window->set_cursor (*cWB); else if (shape==CSCropSelect) - window->set_cursor (*cCropSelection); + window->set_cursor (*cHand); else if (shape==CSMoveLeft) window->set_cursor (*cLeftTanMove); else if (shape==CSMoveRight) window->set_cursor (*cRightTanMove); else if (shape==CSStraighten) - window->set_cursor (*cCropSelection); + window->set_cursor (*cHand); else if (shape==CSWait) window->set_cursor (*cWait); else if (shape==CSPlus)