fix missing negation from previous MCP commit
git-svn-id: svn://localhost/ardour2/branches/3.0@12482 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
ba418958bf
commit
40ef762db4
@ -695,7 +695,7 @@ Surface::show_two_char_display (unsigned int value, const std::string & /*dots*/
|
||||
void
|
||||
Surface::display_timecode (const std::string & timecode, const std::string & last_timecode)
|
||||
{
|
||||
if (!_active || _mcp.device_info().has_timecode_display()) {
|
||||
if (!_active || !_mcp.device_info().has_timecode_display()) {
|
||||
return;
|
||||
}
|
||||
// if there's no change, send nothing, not even sysex header
|
||||
|
Loading…
Reference in New Issue
Block a user