mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +01:00
frankenstein'ed fade+trim cursors
This commit is contained in:
parent
ebc797115b
commit
b1bf1fe34c
3 changed files with 4 additions and 4 deletions
BIN
gtk2_ardour/icons/fade_in_trim_cursor.png
Normal file
BIN
gtk2_ardour/icons/fade_in_trim_cursor.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 942 B |
BIN
gtk2_ardour/icons/fade_out_trim_cursor.png
Normal file
BIN
gtk2_ardour/icons/fade_out_trim_cursor.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 971 B |
|
|
@ -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);
|
||||
}
|
||||
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue