mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +01:00
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
This commit is contained in:
parent
58b71b15d8
commit
b74c572900
5 changed files with 148 additions and 115 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue