summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-09-28 17:27:58 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-09-28 17:27:58 +0000
commit40903b19266fb42a49903ad3cbfb8c388704f068 (patch)
tree521c00261ee0c0b3efa2dc08b0d448b0950a97d7 /gtk2_ardour/editor.h
parentbaf8cfe8151273265e6325bc223fe349eb33ada7 (diff)
(1) use select next/previous row functions for tab/shift-tab navigation in region list (2) add start (in-file) column to region list (3) make region list parent/child relationships work for MIDI regions (4) fix up handling of region selection changes driven by region list selection (i think i fixed, anyway) (5) don't put text in whole file rows for columns where it makes no sense like position or mute etc.
git-svn-id: svn://localhost/ardour2/branches/3.0@7850 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor.h')
-rw-r--r--gtk2_ardour/editor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk2_ardour/editor.h b/gtk2_ardour/editor.h
index f99ab00189..c1573b99a5 100644
--- a/gtk2_ardour/editor.h
+++ b/gtk2_ardour/editor.h
@@ -2060,10 +2060,10 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
*/
TimeAxisView* _last_cut_copy_source_track;
- /** true if the update of the region list's selection from the current Selection
- should be blocked if the Selection is empty. See EditorRegions::selection_changed.
+ /** true if a change in Selection->regions should change the selection in the region list.
+ See EditorRegions::selection_changed.
*/
- bool _block_region_list_update_if_empty;
+ bool _region_selection_change_updates_region_list;
void setup_fade_images ();
std::map<ARDOUR::FadeShape, Gtk::Image*> _fade_in_images;