Clear transport sub-state at RangeStop, disable play-range
This commit is contained in:
@@ -1020,7 +1020,7 @@ Session::process_event (SessionEvent* ev)
|
||||
|
||||
case SessionEvent::RangeStop:
|
||||
// cerr << "RANGE STOP\n";
|
||||
TFSM_STOP (ev->yes_or_no, false);
|
||||
TFSM_STOP (ev->yes_or_no, true);
|
||||
remove = false;
|
||||
del = false;
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user