summaryrefslogtreecommitdiff
path: root/gtk2_ardour/region_layering_order_editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/region_layering_order_editor.h')
-rw-r--r--gtk2_ardour/region_layering_order_editor.h8
1 files changed, 5 insertions, 3 deletions
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<Gtk::ListStore> 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 ();