diff --git a/gtk2_ardour/pianoroll.cc b/gtk2_ardour/pianoroll.cc index 44afd85684..8d1bd21069 100644 --- a/gtk2_ardour/pianoroll.cc +++ b/gtk2_ardour/pianoroll.cc @@ -1756,7 +1756,7 @@ Pianoroll::which_canvas_cursor (ItemType type) const cursor = _cursors->grabber_note; break; case RegionItem: - cursor = _cursors->midi_select; + cursor = nullptr; /* default cursor */ break; case ClipEndItem: