remove fade handles for livetrax

This commit is contained in:
Paul Davis 2024-03-26 10:10:45 -06:00
parent 775f2b69b4
commit 522fac3012
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ AudioRegionView::init (bool wfd)
create_waves ();
if (!_recregion) {
if (!_recregion && !Profile->get_livetrax()) {
fade_in_handle = new ArdourCanvas::Rectangle (group);
CANVAS_DEBUG_NAME (fade_in_handle, string_compose ("fade in handle for %1", region()->name()));
fade_in_handle->set_outline_color (Gtkmm2ext::rgba_to_color (0, 0, 0, 1.0));