fix last foldback commit.

This commit is contained in:
Len Ovens 2019-01-18 16:02:32 -08:00
parent 4f22bcea24
commit 5bdfe4dc4c

View File

@ -478,9 +478,7 @@ gint
FoldbackStrip::output_press (GdkEventButton *ev)
{
using namespace Menu_Helpers;
if (!_session->engine().connected()) {
MessageDialog msg (_("Not connected to audio engine - no I/O changes are possible"));
msg.run ();
if (!ARDOUR_UI_UTILS::engine_is_running ()) {
return true;
}