mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
When in smart-mode, don't switch to range-mode after "set range selection"
closes #7332
This commit is contained in:
parent
a8b545661f
commit
3cda0e2a93
1 changed files with 3 additions and 1 deletions
|
|
@ -1728,7 +1728,9 @@ Editor::set_selection_from_region ()
|
||||||
|
|
||||||
selection->set (tvl);
|
selection->set (tvl);
|
||||||
|
|
||||||
|
if (!get_smart_mode () || !mouse_mode == Editing::MouseObject) {
|
||||||
set_mouse_mode (Editing::MouseRange, false);
|
set_mouse_mode (Editing::MouseRange, false);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue