mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-29 22:58:39 +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);
|
::MakeCursor(wxCURSOR_HAND, RearrangingCursorXpm, 16, 16);
|
||||||
return {
|
return {
|
||||||
XO("Click and drag to rearrange sub-views"),
|
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