mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
fix hot spots for fade in/out cursors
git-svn-id: svn://localhost/ardour2/branches/3.0@7273 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
3a048e1d6c
commit
382bda557a
1 changed files with 2 additions and 2 deletions
|
|
@ -1257,12 +1257,12 @@ Editor::build_cursors ()
|
||||||
|
|
||||||
{
|
{
|
||||||
Glib::RefPtr<Gdk::Pixbuf> apixbuf (::get_icon ("fade_in_cursor"));
|
Glib::RefPtr<Gdk::Pixbuf> apixbuf (::get_icon ("fade_in_cursor"));
|
||||||
fade_in_cursor = new Gdk::Cursor (Gdk::Display::get_default(), apixbuf, 1, 41);
|
fade_in_cursor = new Gdk::Cursor (Gdk::Display::get_default(), apixbuf, 1, 40);
|
||||||
}
|
}
|
||||||
|
|
||||||
{
|
{
|
||||||
Glib::RefPtr<Gdk::Pixbuf> apixbuf (::get_icon ("fade_out_cursor"));
|
Glib::RefPtr<Gdk::Pixbuf> apixbuf (::get_icon ("fade_out_cursor"));
|
||||||
fade_out_cursor = new Gdk::Cursor (Gdk::Display::get_default(), apixbuf, 28, 41);
|
fade_out_cursor = new Gdk::Cursor (Gdk::Display::get_default(), apixbuf, 27, 40);
|
||||||
}
|
}
|
||||||
|
|
||||||
selector_cursor = new Gdk::Cursor (XTERM);
|
selector_cursor = new Gdk::Cursor (XTERM);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue