mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Follow Edits => Follow Range
* "Follow Edits" button had several behaviors that confused users. * "Follow Range" only has 2 behaviors: ** Click anywhere in Range mode (or Smart mode) to locate the playhead. ** When you select a Range, "Play" will play the selected range.
This commit is contained in:
parent
267dd5edd9
commit
628c99d555
8 changed files with 14 additions and 38 deletions
|
|
@ -2551,6 +2551,10 @@ Editor::update_join_object_range_location (double y)
|
|||
|
||||
if (entered_regionview) {
|
||||
|
||||
//ToDo: there is currently a bug here(?)
|
||||
//when we are inside a region fade handle, it acts as though we are in range mode because it is in the top half of the region
|
||||
//can it be fixed here?
|
||||
|
||||
ArdourCanvas::Duple const item_space = entered_regionview->get_canvas_group()->canvas_to_item (ArdourCanvas::Duple (0, y));
|
||||
double const c = item_space.y / entered_regionview->height();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue