From 762d2ae936bd78053d9f344ce9392b7867304ae2 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 17 Jan 2007 01:42:44 +0000 Subject: fix ordering of cut/copied regions when pasting; ctrl-click now does the right thing the first time its used on a region; fix missing click and other dubious behaviour in new sessions caused by not connecting to Configuration::ParameterChanged in the new session constructor git-svn-id: svn://localhost/ardour2/trunk@1331 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/time_axis_view_item.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gtk2_ardour/time_axis_view_item.h') diff --git a/gtk2_ardour/time_axis_view_item.h b/gtk2_ardour/time_axis_view_item.h index e27b944e2a..80d9177041 100644 --- a/gtk2_ardour/time_axis_view_item.h +++ b/gtk2_ardour/time_axis_view_item.h @@ -232,6 +232,11 @@ class TimeAxisViewItem : public Selectable ArdourCanvas::Text* get_name_text(); + /** + * Returns the time axis that this item is upon + */ + TimeAxisView& get_trackview() const { return trackview; } + /** * Sets the samples per unit of this item. * this item is used to determine the relative visual size and position of this item -- cgit v1.2.3