mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +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)
|
||||
{
|
||||
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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue