From c06c6c153db6b33b93515100d839f376dc805d5d Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 6 Aug 2010 23:28:44 +0000 Subject: Fix up selection of automation points. git-svn-id: svn://localhost/ardour2/branches/3.0@7556 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/automation_streamview.cc | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gtk2_ardour/automation_streamview.cc') diff --git a/gtk2_ardour/automation_streamview.cc b/gtk2_ardour/automation_streamview.cc index 90e1b991fd..cdca5ec08f 100644 --- a/gtk2_ardour/automation_streamview.cc +++ b/gtk2_ardour/automation_streamview.cc @@ -276,6 +276,10 @@ AutomationStreamView::clear () /** @param start Start position in session frames. * @param end End position in session frames. + * @param bot Bottom position expressed as a fraction of track height where 0 is the bottom of the track. + * @param top Top position expressed as a fraction of track height where 0 is the bottom of the track. + * NOTE: this y system is different to that for the StreamView method that this overrides, which is a little + * confusing. */ void AutomationStreamView::get_selectables (framepos_t start, framepos_t end, double botfrac, double topfrac, list& results) -- cgit v1.2.3