1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-11 09:03:36 +02: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:
James Crook
2019-08-18 14:47:17 +01:00
parent c65eb8fea5
commit 06af0c6296
3 changed files with 43 additions and 2 deletions

View File

@@ -15,6 +15,7 @@
#include "Cursors32/DisabledCursor.xpm"
#include "Cursors32/RearrangeCursor.xpm"
#include "Cursors32/EnvCursor.xpm"
#include "Cursors32/TimeCursor.xpm"
#include "Cursors32/IBeamCursor.xpm"