mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
fix last foldback commit.
This commit is contained in:
parent
4f22bcea24
commit
5bdfe4dc4c
1 changed files with 1 additions and 3 deletions
|
|
@ -478,9 +478,7 @@ gint
|
||||||
FoldbackStrip::output_press (GdkEventButton *ev)
|
FoldbackStrip::output_press (GdkEventButton *ev)
|
||||||
{
|
{
|
||||||
using namespace Menu_Helpers;
|
using namespace Menu_Helpers;
|
||||||
if (!_session->engine().connected()) {
|
if (!ARDOUR_UI_UTILS::engine_is_running ()) {
|
||||||
MessageDialog msg (_("Not connected to audio engine - no I/O changes are possible"));
|
|
||||||
msg.run ();
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue