From fba5f18124ff7364ed9354e6b111923ab90b8a8b Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 13 Nov 2009 14:45:16 +0000 Subject: more tweaks/fixes for region layer editor git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@6077 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/region_layering_order_editor.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'gtk2_ardour/region_layering_order_editor.h') diff --git a/gtk2_ardour/region_layering_order_editor.h b/gtk2_ardour/region_layering_order_editor.h index c242672a60..595b010591 100644 --- a/gtk2_ardour/region_layering_order_editor.h +++ b/gtk2_ardour/region_layering_order_editor.h @@ -35,7 +35,7 @@ class RegionLayeringOrderEditor : public ArdourDialog nframes64_t position; bool in_row_change; uint32_t regions_at_position; - + sigc::connection playlist_modified_connection; struct LayeringOrderColumns : public Gtk::TreeModel::ColumnRecord { @@ -50,9 +50,11 @@ class RegionLayeringOrderEditor : public ArdourDialog Glib::RefPtr layering_order_model; Gtk::TreeView layering_order_display; AudioClock clock; - Gtk::Label label; + Gtk::Label track_label; + Gtk::Label track_name_label; + Gtk::Label clock_label; Gtk::ScrolledWindow scroller; // Available layers - PublicEditor& the_editor; + PublicEditor& editor; void row_activated (const Gtk::TreeModel::Path& path, Gtk::TreeViewColumn* column); void refill (); -- cgit v1.2.3