GUI property "visible" applies only to automation-lanes

Tracks and Busses use PresentationInfo::hidden
This commit is contained in:
Robin Gareus 2022-01-25 03:45:02 +01:00
parent b7769a8f4b
commit 28392bdcdb
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
4 changed files with 0 additions and 29 deletions

View file

@ -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;