mirror of
https://github.com/cookiengineer/audacity
synced 2025-05-04 09:39:42 +02:00
A tooltip for the sub-view rearranging cursor
This commit is contained in:
parent
38bf4f558b
commit
e4d5eefee0
@ -574,7 +574,8 @@ public:
|
||||
::MakeCursor(wxCURSOR_HAND, RearrangingCursorXpm, 16, 16);
|
||||
return {
|
||||
XO("Click and drag to rearrange sub-views"),
|
||||
Clicked() ? &*clickedCursor : &*hoverCursor
|
||||
Clicked() ? &*clickedCursor : &*hoverCursor,
|
||||
XO("Rearrange sub-views")
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user