mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-09 16:41:14 +02:00
build fix
This commit is contained in:
parent
abce981bc1
commit
f3574c6238
@ -154,8 +154,8 @@ HitTestPreview TrackSelectHandle::Preview
|
||||
(const TrackPanelMouseState &, const AudacityProject *project)
|
||||
{
|
||||
const auto trackCount = project->GetTrackPanel()->GetTrackCount();
|
||||
if (mClicked) {
|
||||
auto message = Message(trackCount);
|
||||
if (mClicked) {
|
||||
static auto disabledCursor =
|
||||
::MakeCursor(wxCURSOR_NO_ENTRY, DisabledCursorXpm, 16, 16);
|
||||
static wxCursor rearrangeCursor{ wxCURSOR_HAND };
|
||||
|
Loading…
x
Reference in New Issue
Block a user