1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-10 17:11:17 +02:00

build fix

This commit is contained in:
Paul Licameli 2017-07-17 02:59:11 -04:00
parent abce981bc1
commit f3574c6238

View File

@ -154,8 +154,8 @@ HitTestPreview TrackSelectHandle::Preview
(const TrackPanelMouseState &, const AudacityProject *project) (const TrackPanelMouseState &, const AudacityProject *project)
{ {
const auto trackCount = project->GetTrackPanel()->GetTrackCount(); const auto trackCount = project->GetTrackPanel()->GetTrackCount();
if (mClicked) {
auto message = Message(trackCount); auto message = Message(trackCount);
if (mClicked) {
static auto disabledCursor = static auto disabledCursor =
::MakeCursor(wxCURSOR_NO_ENTRY, DisabledCursorXpm, 16, 16); ::MakeCursor(wxCURSOR_NO_ENTRY, DisabledCursorXpm, 16, 16);
static wxCursor rearrangeCursor{ wxCURSOR_HAND }; static wxCursor rearrangeCursor{ wxCURSOR_HAND };