1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-09 16:41:14 +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 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 };