mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
Indicate selection extents in time ruler
This commit is contained in:
parent
1ee2675716
commit
cb78043adc
9 changed files with 51 additions and 0 deletions
|
|
@ -1300,6 +1300,8 @@ Editor::time_selection_changed ()
|
|||
_session->clear_range_selection ();
|
||||
}
|
||||
}
|
||||
|
||||
update_selection_markers ();
|
||||
}
|
||||
|
||||
/** Set all region actions to have a given sensitivity */
|
||||
|
|
@ -1737,6 +1739,7 @@ Editor::region_selection_changed ()
|
|||
set_mouse_mode (MouseObject, false);
|
||||
}
|
||||
}
|
||||
update_selection_markers ();
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue