From efb1e10ff7ea68f229cf7766fd05623683dc2a6b Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 7 Feb 2012 18:28:09 +0000 Subject: fix coloring of global rec-enable button when actively recording; fix related issue when loading a session with an already rec-enabled track git-svn-id: svn://localhost/ardour2/branches/3.0@11468 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/session_state.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs') diff --git a/libs/ardour/session_state.cc b/libs/ardour/session_state.cc index 3c7ec0f780..59d465a3ef 100644 --- a/libs/ardour/session_state.cc +++ b/libs/ardour/session_state.cc @@ -1431,6 +1431,8 @@ Session::set_state (const XMLNode& node, int version) ControlProtocolManager::instance().set_protocol_states (*child); } + update_have_rec_enabled_track (); + /* here beginneth the second phase ... */ StateReady (); /* EMIT SIGNAL */ -- cgit v1.2.3