mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
continued work on timeline types conversion. in theory, just editor_ops.cc remains
This commit is contained in:
parent
aa56f4a16e
commit
2a08e4bdaa
46 changed files with 364 additions and 348 deletions
|
|
@ -1149,7 +1149,7 @@ RouteTimeAxisView::set_selected_regionviews (RegionSelection& regions)
|
|||
* @param results List to add things to.
|
||||
*/
|
||||
void
|
||||
RouteTimeAxisView::get_selectables (samplepos_t start, samplepos_t end, double top, double bot, list<Selectable*>& results, bool within)
|
||||
RouteTimeAxisView::get_selectables (timepos_t const & start, timepos_t const & end, double top, double bot, list<Selectable*>& results, bool within)
|
||||
{
|
||||
if ((_view && ((top < 0.0 && bot < 0.0))) || touched (top, bot)) {
|
||||
_view->get_selectables (start, end, top, bot, results, within);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue