summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mouse_cursors.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/mouse_cursors.cc')
-rw-r--r--gtk2_ardour/mouse_cursors.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk2_ardour/mouse_cursors.cc b/gtk2_ardour/mouse_cursors.cc
index 9ccaf4de43..232d06c1f3 100644
--- a/gtk2_ardour/mouse_cursors.cc
+++ b/gtk2_ardour/mouse_cursors.cc
@@ -115,13 +115,13 @@ MouseCursors::MouseCursors ()
}
{
- RefPtr<Pixbuf> p (::get_icon ("fade_in_cursor"));
- fade_trim_in = new Cursor (Display::get_default(), p, 0, 0);
+ RefPtr<Pixbuf> p (::get_icon ("fade_in_trim_cursor"));
+ fade_trim_in = new Cursor (Display::get_default(), p, 0, 35);
}
{
- RefPtr<Pixbuf> p (::get_icon ("fade_out_cursor"));
- fade_trim_out = new Cursor (Display::get_default(), p, 29, 0);
+ RefPtr<Pixbuf> p (::get_icon ("fade_out_trim_cursor"));
+ fade_trim_out = new Cursor (Display::get_default(), p, 35, 35);
}
{