add vector rendition of nudge icons.
[ardour.git] / gtk2_ardour / route_time_axis.cc
index d0e116c97130c9984beb6977a91434c29c476418..ebbaf8833840fae01a478c2da5e567d06f91b044 100644 (file)
@@ -2577,7 +2577,7 @@ RouteTimeAxisView::meter_changed ()
 {
        ENSURE_GUI_THREAD (*this, &RouteTimeAxisView::meter_changed)
        reset_meter();
-       if (_route && !no_redraw) {
+       if (_route && !no_redraw && ARDOUR_UI::config()->get_show_track_meters()) {
                request_redraw ();
        }
        // reset peak when meter point changes
@@ -2780,7 +2780,6 @@ RouteTimeAxisView::create_trim_automation_child (const Evoral::Parameter& param,
 {
        boost::shared_ptr<AutomationControl> c = _route->trim()->gain_control();
        if (!c || ! _route->trim()->active()) {
-               error << "Route has no trim automation, unable to add automation track view." << endmsg;
                return;
        }