summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_regions.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2010-09-20 19:18:17 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2010-09-20 19:18:17 +0000
commit97a96ee250a3efcf8004d7d560f578237bfecc4c (patch)
treea81ce33d73762533032e488ba83c28b892f86eb3 /gtk2_ardour/editor_regions.h
parent6a93c41201c07e0d9622a63492f7e164ebd9bece (diff)
region list displays actual playlist use count for each region, rather than a GUI-based count
git-svn-id: svn://localhost/ardour2/branches/3.0@7814 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_regions.h')
-rw-r--r--gtk2_ardour/editor_regions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/editor_regions.h b/gtk2_ardour/editor_regions.h
index 43aadaf11b..f899b00c55 100644
--- a/gtk2_ardour/editor_regions.h
+++ b/gtk2_ardour/editor_regions.h
@@ -176,6 +176,7 @@ private:
PBD::ScopedConnection check_new_region_connection;
bool ignore_region_list_selection_change;
bool ignore_selected_region_change;
+ bool expanded;
};
#endif /* __gtk_ardour_editor_regions_h__ */