From f264bbdf5134e19dc928fcf701a36710efd5b3cd Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 2 Sep 2010 21:18:29 +0000 Subject: Call FlowCanvas::Item::store_location when dragging multiple items and arranging canvas. Don't call store_location every time modules are moved in Patchage (until drag is done). Fix ticket #460. git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@2587 a436a847-0d15-0410-975c-d299462d15a1 --- src/PatchageModule.hpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/PatchageModule.hpp b/src/PatchageModule.hpp index 3490088..1092906 100644 --- a/src/PatchageModule.hpp +++ b/src/PatchageModule.hpp @@ -58,11 +58,6 @@ public: sigc::mem_fun(this, &PatchageModule::menu_disconnect_all))); } - void move(double dx, double dy) { - FlowCanvas::Module::move(dx, dy); - store_location(); - } - void load_location() { boost::shared_ptr canvas = _canvas.lock(); if (!canvas) -- cgit v1.2.1