mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 05:05:43 +01:00
update_time_selection_display should work when in smart mode
This commit is contained in:
parent
e66752cec1
commit
2bbef1f32e
1 changed files with 7 additions and 14 deletions
|
|
@ -353,20 +353,13 @@ Editor::mouse_mode_toggled (MouseMode m)
|
|||
void
|
||||
Editor::update_time_selection_display ()
|
||||
{
|
||||
if (smart_mode_action->get_active()) {
|
||||
/* not sure what to do here */
|
||||
if (mouse_mode == MouseObject) {
|
||||
} else {
|
||||
}
|
||||
} else {
|
||||
switch (mouse_mode) {
|
||||
case MouseRange:
|
||||
selection->clear_objects ();
|
||||
break;
|
||||
default:
|
||||
selection->clear_time ();
|
||||
break;
|
||||
}
|
||||
switch (mouse_mode) {
|
||||
case MouseRange:
|
||||
selection->clear_objects ();
|
||||
break;
|
||||
default:
|
||||
selection->clear_time ();
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue