mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-27 15:50:10 +01:00
Bug 803 - Incorrect pointer (cursor) when rearranging tracks
There is no wxCURSOR_REARRANGE so made a custom cursor instead.
This commit is contained in:
38
images/Cursors32/RearrangeCursor.xpm
Normal file
38
images/Cursors32/RearrangeCursor.xpm
Normal file
@@ -0,0 +1,38 @@
|
||||
/* XPM */
|
||||
static const char * const RearrangeCursorXpm[] = {
|
||||
"32 32 3 1",
|
||||
" c #FF0000", // mask color = RGB:255,0,0
|
||||
". c #000000",
|
||||
"+ c #FFFFFF",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ... ",
|
||||
" .++... ",
|
||||
" ...++.++... ",
|
||||
" .++.++.++.++. ",
|
||||
" .++.++.++.++. ",
|
||||
" .++.++.++.++. ",
|
||||
" ...+++++++++++. ",
|
||||
" .++.+++++++++++. ",
|
||||
" .++.+++++++++++. ",
|
||||
" .++.+++++++++++. ",
|
||||
" .++++++++++++++. ",
|
||||
" .++++++++++++++. ",
|
||||
" .+++++++++++++. ",
|
||||
" .+++++++++++++. ",
|
||||
" .+++++++++++. ",
|
||||
" .++++++++++. ",
|
||||
" .++++++++. ",
|
||||
" ..++++.. ",
|
||||
" .... ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" ",
|
||||
" "};
|
||||
Reference in New Issue
Block a user