NOOP: do not wrap lines for small screens

This commit is contained in:
Paul Davis 2023-09-30 11:05:47 -06:00
parent b2bb8e9bac
commit 6b64ebdb27
1 changed files with 1 additions and 2 deletions

View File

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