summaryrefslogtreecommitdiff
path: root/gtk2_ardour/streamview.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-06-13 20:37:34 +0000
committerCarl Hetherington <carl@carlh.net>2012-06-13 20:37:34 +0000
commit4a174039ae3282882dd0b06f7f7689bed97e211a (patch)
tree8c00ea7c59c297f19b7908c408ee32378bc35dd4 /gtk2_ardour/streamview.h
parent5c60eea32afacc738eee9d96aeac7f963432e36d (diff)
Shrink the midi scroomer to match the keyboard in stacked mode.
git-svn-id: svn://localhost/ardour2/branches/3.0@12710 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/streamview.h')
-rw-r--r--gtk2_ardour/streamview.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/streamview.h b/gtk2_ardour/streamview.h
index 0d15a5d7d7..49001f57f6 100644
--- a/gtk2_ardour/streamview.h
+++ b/gtk2_ardour/streamview.h
@@ -122,6 +122,8 @@ public:
sigc::signal<void, RegionView*> RegionViewAdded;
sigc::signal<void> RegionViewRemoved;
+ /** Emitted when the height of regions has changed */
+ sigc::signal<void> ContentsHeightChanged;
protected:
StreamView (RouteTimeAxisView&, ArdourCanvas::Group* background_group = 0, ArdourCanvas::Group* canvas_group = 0);