Suit new standard Gdk cursors for the Mirror, Rotate, Scale, Smooth move and Text...
[synfig.git] / synfig-studio / src / gtkmm / state_rotate.cpp
index 64d2e35..7ffa4f2 100644 (file)
@@ -195,8 +195,8 @@ StateRotate_Context::StateRotate_Context(CanvasView* canvas_view):
        get_work_area()->set_allow_layer_clicks(true);
        get_work_area()->set_duck_dragger(duck_dragger_);
 
-//     get_canvas_view()->work_area->set_cursor(Gdk::CROSSHAIR);
-       get_canvas_view()->work_area->reset_cursor();
+       get_canvas_view()->work_area->set_cursor(Gdk::EXCHANGE);
+//     get_canvas_view()->work_area->reset_cursor();
 
        App::toolbox->refresh();