From af759288a2517f9acf4c28f79d9c43be0086a221 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 18 Aug 2008 03:49:35 +0000 Subject: More copy/paste and serialisation work. Don't die on invalid path for set_property and set_variable (return error to client). Working paste to subpatches, paste of connected patch ports and modules. git-svn-id: http://svn.drobilla.net/lad/ingen@1428 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/gui/App.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/libs/gui/App.cpp') diff --git a/src/libs/gui/App.cpp b/src/libs/gui/App.cpp index 34f04f35..408b7503 100644 --- a/src/libs/gui/App.cpp +++ b/src/libs/gui/App.cpp @@ -339,7 +339,9 @@ App::gtk_main_iteration() if (_world->local_engine) { _world->local_engine->main_iteration(); } else { + _enable_signal = false; _client->emit_signals(); + _enable_signal = true; } animate(); -- cgit v1.2.1