mirror of
https://github.com/cookiengineer/audacity
synced 2025-10-15 15:11:12 +02:00
New mouse pointers and zoom icons
* Add custom draw tool cursor * Replace most old mouse cursors * Increase consistency with toolbar icons * Replace zoom icons in FreqWindow * Increase consistency across themes * Add custom selection adjustment cursor (The Windows ones looked like they originated from the DOS era.) Co-authored-by: Panagiotis Vasilopoulos <hello@alwayslivid.com> Signed-off-by: akleja <storspov@gmail.com> Signed-off-by: Panagiotis Vasilopoulos <hello@alwayslivid.com>
This commit is contained in:
@@ -29,6 +29,9 @@
|
||||
#include "Cursors32/StretchRightCursor.xpm"
|
||||
#endif
|
||||
#include "Cursors32/SubViewsCursor.xpm"
|
||||
#include "Cursors32/ArrowLeftCursor.xpm"
|
||||
#include "Cursors32/ArrowRightCursor.xpm"
|
||||
#include "Cursors32/DrawToolSmoothing.xpm"
|
||||
|
||||
AUDACITY_DLL_API
|
||||
std::unique_ptr<wxCursor> MakeCursor(int WXUNUSED(CursorId), const char * const pXpm[36], int HotX, int HotY);
|
||||
|
Reference in New Issue
Block a user