Fix for building with SURFACES=1 (new config system broke tranzport).
git-svn-id: svn://localhost/ardour2/trunk@930 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
1f3e5a8960
commit
2bcdbf3028
@ -718,13 +718,13 @@ TranzportControlProtocol::update_state ()
|
||||
|
||||
/* global */
|
||||
|
||||
if (session->get_auto_loop()) {
|
||||
if (Config->get_auto_loop()) {
|
||||
pending_lights[LightLoop] = true;
|
||||
} else {
|
||||
pending_lights[LightLoop] = false;
|
||||
}
|
||||
|
||||
if (session->get_punch_in() || session->get_punch_out()) {
|
||||
if (Config->get_punch_in() || Config->get_punch_out()) {
|
||||
pending_lights[LightPunch] = true;
|
||||
} else {
|
||||
pending_lights[LightPunch] = false;
|
||||
|
Loading…
Reference in New Issue
Block a user