mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
get the notebook back again (or rather, realize that it can now be toggled and that the default is to hide it)
git-svn-id: svn://localhost/ardour2/branches/3.0@3720 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
b0424889b3
commit
da6e0a95bb
5 changed files with 5 additions and 18 deletions
|
|
@ -1816,8 +1816,6 @@ RouteTimeAxisView::add_automation_child(Parameter param, boost::shared_ptr<Autom
|
|||
}
|
||||
}
|
||||
|
||||
cerr << "with show = " << show << " Adding automation child for " << _route->name() << " hideit = " << hideit << " prop = " << prop << endl;
|
||||
|
||||
_automation_tracks.insert(std::make_pair(param, new RouteAutomationNode(param, NULL, track)));
|
||||
|
||||
if (hideit) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue