notify about commit change when we slip out of rec-enabled due to auto-punch

git-svn-id: svn://localhost/ardour2/branches/3.0@10274 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2011-10-21 23:12:19 +00:00
parent 572b6e6275
commit c1908086bb
1 changed files with 2 additions and 0 deletions

View File

@ -1051,6 +1051,8 @@ Session::step_back_from_record ()
if (Config->get_monitoring_model() == HardwareMonitoring && config.get_auto_input()) {
set_track_monitor_input_status (false);
}
RecordStateChanged (); /* emit signal */
}
}