mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
fix display of controls box for newly displayed tracks
git-svn-id: svn://localhost/ardour2/branches/3.0@9802 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
e6a515578e
commit
6a64d4cea7
1 changed files with 1 additions and 0 deletions
|
|
@ -170,6 +170,7 @@ TimeAxisView::TimeAxisView (ARDOUR::Session* sess, PublicEditor& ed, TimeAxisVie
|
|||
|
||||
controls_ebox.signal_button_release_event().connect (sigc::mem_fun (*this, &TimeAxisView::controls_ebox_button_release));
|
||||
controls_ebox.signal_scroll_event().connect (sigc::mem_fun (*this, &TimeAxisView::controls_ebox_scroll), true);
|
||||
controls_ebox.show ();
|
||||
|
||||
controls_hbox.pack_start (controls_ebox, true, true);
|
||||
controls_hbox.show ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue