summaryrefslogtreecommitdiff
path: root/gtk2_ardour/route_time_axis.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2012-06-13 20:37:07 +0000
committerCarl Hetherington <carl@carlh.net>2012-06-13 20:37:07 +0000
commit5c60eea32afacc738eee9d96aeac7f963432e36d (patch)
treea2c6eec1240c1c57885b02f2536d83d592a919f3 /gtk2_ardour/route_time_axis.h
parent1363837a6f873a894956436eecbe48c2a422a897 (diff)
Don't recompute child heights when building the route time axis view menu.
git-svn-id: svn://localhost/ardour2/branches/3.0@12709 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/route_time_axis.h')
-rw-r--r--gtk2_ardour/route_time_axis.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/route_time_axis.h b/gtk2_ardour/route_time_axis.h
index de383e33d7..e0bbf2c02a 100644
--- a/gtk2_ardour/route_time_axis.h
+++ b/gtk2_ardour/route_time_axis.h
@@ -307,6 +307,7 @@ protected:
UnderlayMirrorList _underlay_mirrors;
bool _ignore_track_mode_change; ///< true to ignore track mode change signals
+ bool _ignore_set_layer_display;
private: