mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 07:45:00 +01:00
click on a region in TimeFX mode should not switch back to grab mouse mode
This commit is contained in:
parent
763d92a294
commit
a127399f5e
1 changed files with 3 additions and 1 deletions
|
|
@ -1710,9 +1710,11 @@ Editor::region_selection_changed ()
|
||||||
|
|
||||||
/* if in MouseAudition and there's just 1 region selected
|
/* if in MouseAudition and there's just 1 region selected
|
||||||
* (i.e. we just clicked on it), leave things as they are
|
* (i.e. we just clicked on it), leave things as they are
|
||||||
|
*
|
||||||
|
* Ditto for TimeFX mode
|
||||||
*/
|
*/
|
||||||
|
|
||||||
if (selection->regions.size() > 1 || mouse_mode != Editing::MouseAudition) {
|
if (selection->regions.size() > 1 || (mouse_mode != Editing::MouseAudition && mouse_mode != Editing::MouseTimeFX)) {
|
||||||
set_mouse_mode (MouseObject, false);
|
set_mouse_mode (MouseObject, false);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue