mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-14 17:14:07 +01:00
A tooltip for the sub-view rearranging cursor
This commit is contained in:
@@ -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")
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user