mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Allow the Cut tool to appear in Mixbus.
This commit is contained in:
parent
68f237169f
commit
85485d4832
3 changed files with 7 additions and 12 deletions
|
|
@ -274,7 +274,6 @@ Editor::set_mouse_mode (MouseMode m, bool force)
|
|||
}
|
||||
|
||||
if (ARDOUR::Profile->get_mixbus()) {
|
||||
if (m == MouseCut) m = MouseObject;
|
||||
if (m == MouseAudition) m = MouseRange;
|
||||
}
|
||||
|
||||
|
|
@ -292,7 +291,6 @@ void
|
|||
Editor::mouse_mode_toggled (MouseMode m)
|
||||
{
|
||||
if (ARDOUR::Profile->get_mixbus()) {
|
||||
if (m == MouseCut) m = MouseObject;
|
||||
if (m == MouseAudition) m = MouseRange;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue