summaryrefslogtreecommitdiff
path: root/gtk2_ardour/streamview.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-01-01 17:45:09 +0000
committerCarl Hetherington <carl@carlh.net>2009-01-01 17:45:09 +0000
commitd1d75380b9108af6c02d945958fd2deec1b533f6 (patch)
tree2b481f61cc19789457513a3433ea6767ad1543e4 /gtk2_ardour/streamview.h
parentd39b425a6adc20fefd6ee8fd7a6ddff35bea3c4e (diff)
Make record region slightly better in stacked regions mode.
git-svn-id: svn://localhost/ardour2/branches/3.0@4367 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/streamview.h')
-rw-r--r--gtk2_ardour/streamview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/streamview.h b/gtk2_ardour/streamview.h
index 10bbe8da36..47c6277578 100644
--- a/gtk2_ardour/streamview.h
+++ b/gtk2_ardour/streamview.h
@@ -126,6 +126,7 @@ protected:
virtual void playlist_modified (boost::shared_ptr<ARDOUR::Diskstream>);
virtual void color_handler () = 0;
+ double child_height () const;
RouteTimeAxisView& _trackview;
bool owns_canvas_group;