summaryrefslogtreecommitdiff
path: root/gtk2_ardour/region_layering_order_editor.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-12-05 18:29:07 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-12-05 18:29:07 +0000
commit5fb6a52a24ad7a5bf1150ab5ef42824a86d978db (patch)
tree83f8533306b460d5ff0d87b3bb335a6fab15cdee /gtk2_ardour/region_layering_order_editor.h
parent3668e822ab296d40dae3c232270abb129cf46ad5 (diff)
tweak region layering editor to use only a single click to change layering
git-svn-id: svn://localhost/ardour2/branches/3.0@13603 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/region_layering_order_editor.h')
-rw-r--r--gtk2_ardour/region_layering_order_editor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/region_layering_order_editor.h b/gtk2_ardour/region_layering_order_editor.h
index acdb1e59a5..eb9e252017 100644
--- a/gtk2_ardour/region_layering_order_editor.h
+++ b/gtk2_ardour/region_layering_order_editor.h
@@ -75,7 +75,7 @@ class RegionLayeringOrderEditor : public ArdourWindow
PublicEditor& editor;
TimeAxisView* _time_axis_view;
- void row_activated (const Gtk::TreeModel::Path& path, Gtk::TreeViewColumn* column);
+ void row_selected ();
void refill ();
void playlist_modified ();
};