Fix smart mode cursor on audio regions.
This commit is contained in:
@@ -1188,9 +1188,13 @@ Editor::which_canvas_cursor(ItemType type) const
|
|||||||
|
|
||||||
switch (type) {
|
switch (type) {
|
||||||
case RegionItem:
|
case RegionItem:
|
||||||
case RegionViewNameHighlight:
|
/* We don't choose a cursor for these items on top of a region view,
|
||||||
case RegionViewName:
|
because this would push a new context on the enter stack which
|
||||||
case WaveItem:
|
means switching the region context for things like smart mode
|
||||||
|
won't actualy change the cursor. */
|
||||||
|
// case RegionViewNameHighlight:
|
||||||
|
// case RegionViewName:
|
||||||
|
// case WaveItem:
|
||||||
case StreamItem:
|
case StreamItem:
|
||||||
case AutomationTrackItem:
|
case AutomationTrackItem:
|
||||||
cursor = which_track_cursor ();
|
cursor = which_track_cursor ();
|
||||||
|
|||||||
Reference in New Issue
Block a user