mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
GUI property "visible" applies only to automation-lanes
Tracks and Busses use PresentationInfo::hidden
This commit is contained in:
parent
b7769a8f4b
commit
28392bdcdb
4 changed files with 0 additions and 29 deletions
|
|
@ -174,14 +174,6 @@ RouteTimeAxisView::set_route (boost::shared_ptr<Route> rt)
|
|||
set_height (preset_height (HeightNormal));
|
||||
}
|
||||
|
||||
if (!_route->is_auditioner()) {
|
||||
if (gui_property ("visible").empty()) {
|
||||
set_gui_property ("visible", true);
|
||||
}
|
||||
} else {
|
||||
set_gui_property ("visible", false);
|
||||
}
|
||||
|
||||
timestretch_rect = 0;
|
||||
no_redraw = false;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue