fix unset per-thread tempo map in AutomationWatch thread

This commit is contained in:
Paul Davis 2022-06-20 08:42:39 -06:00
parent f5866c1dee
commit 65b7b3f2eb

View File

@ -163,6 +163,8 @@ AutomationWatch::timer ()
return TRUE;
}
(void) Temporal::TempoMap::fetch ();
{
Glib::Threads::Mutex::Lock lm (automation_watch_lock);