summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_time_axis.h
diff options
context:
space:
mode:
authorSampo Savolainen <v2@iki.fi>2006-08-03 11:54:06 +0000
committerSampo Savolainen <v2@iki.fi>2006-08-03 11:54:06 +0000
commitb74c57290073e7e99f8c8908d6d935943ff3eaab (patch)
treec50436028cbf0fb46f5877603e5b5619b2a0e413 /gtk2_ardour/automation_time_axis.h
parent58b71b15d85fc23eb377bb629ba31811c20d0c32 (diff)
Small rehaul of track and automation track headers. This should now
initialize cleanly and be more easily controlled. show_all() calls from upper levels will not mess the track headers any more. git-svn-id: svn://localhost/ardour2/trunk@749 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/automation_time_axis.h')
-rw-r--r--gtk2_ardour/automation_time_axis.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gtk2_ardour/automation_time_axis.h b/gtk2_ardour/automation_time_axis.h
index 6de11a7c6d..0cd9acc034 100644
--- a/gtk2_ardour/automation_time_axis.h
+++ b/gtk2_ardour/automation_time_axis.h
@@ -84,6 +84,8 @@ class AutomationTimeAxisView : public TimeAxisView {
string _state_name;
bool in_destructor;
+ bool first_call_to_set_height;
+
Gtk::Button hide_button;
Gtk::Button height_button;
Gtk::Button clear_button;