mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-10 09:01:13 +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 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 };
|
||||||
|
Loading…
x
Reference in New Issue
Block a user