summaryrefslogtreecommitdiff
path: root/gtk2_ardour/midi_time_axis.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/midi_time_axis.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/midi_time_axis.h')
-rw-r--r--gtk2_ardour/midi_time_axis.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/midi_time_axis.h b/gtk2_ardour/midi_time_axis.h
index 356a2474db..4da89df109 100644
--- a/gtk2_ardour/midi_time_axis.h
+++ b/gtk2_ardour/midi_time_axis.h
@@ -118,6 +118,7 @@ class MidiTimeAxisView : public RouteTimeAxisView
void route_active_changed ();
void note_range_changed ();
+ void contents_height_changed ();
bool _ignore_signals;
MidiScroomer* _range_scroomer;