diff --git a/gtk2_ardour/send_ui.cc b/gtk2_ardour/send_ui.cc index 4a16c57259..1bc4e031f0 100644 --- a/gtk2_ardour/send_ui.cc +++ b/gtk2_ardour/send_ui.cc @@ -113,6 +113,10 @@ SendUI::update () void SendUI::fast_update () { + if (!is_mapped()) { + return; + } + if (Config->get_meter_falloff() > 0.0f) { _gpm.update_meters (); }