From eea8fbd1c5ea5ab540e2deb8e212d29e19cb20c0 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Thu, 30 Mar 2017 22:06:33 +0200 Subject: [PATCH] NO-OP, semantic tweak --- gtk2_ardour/editor.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk2_ardour/editor.cc b/gtk2_ardour/editor.cc index 5b4ff5044d..32cc192233 100644 --- a/gtk2_ardour/editor.cc +++ b/gtk2_ardour/editor.cc @@ -5787,7 +5787,7 @@ Editor::super_rapid_screen_update () * 2. if we're not rolling, there's nothing to do here (locates are handled elsewhere). * 3. if we're still at the same frame that we were last time, there's nothing to do. */ - if (_pending_locate_request || _session->transport_speed() == 0) { + if (_pending_locate_request || !_session->transport_rolling ()) { _last_update_time = 0; return; }