From 6b64ebdb2761fd377fe1bcc31b34a4dde177eb64 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Sat, 30 Sep 2023 11:05:47 -0600 Subject: [PATCH] NOOP: do not wrap lines for small screens --- gtk2_ardour/automation_line.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gtk2_ardour/automation_line.cc b/gtk2_ardour/automation_line.cc index adc61813e4..21343ef010 100644 --- a/gtk2_ardour/automation_line.cc +++ b/gtk2_ardour/automation_line.cc @@ -1068,8 +1068,7 @@ AutomationLine::reset_callback (const Evoral::ControlList& events) double ty = model_to_view_coord_y ((*ai)->value); if (isnan_local (ty)) { - warning << string_compose (_("Ignoring illegal points on AutomationLine \"%1\""), - _name) << endmsg; + warning << string_compose (_("Ignoring illegal points on AutomationLine \"%1\""), _name) << endmsg; continue; }