From 1270cd18c270fb72874aa2523a9649d9209f12f1 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 2 Dec 2011 05:27:36 +0000 Subject: Remove Shape::store_location() in favour of Joinable::signal_moved. git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@3747 a436a847-0d15-0410-975c-d299462d15a1 --- src/PatchageModule.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/PatchageModule.cpp') diff --git a/src/PatchageModule.cpp b/src/PatchageModule.cpp index 8410403..fd7d0ef 100644 --- a/src/PatchageModule.cpp +++ b/src/PatchageModule.cpp @@ -26,6 +26,8 @@ PatchageModule::PatchageModule( , _menu(NULL) , _type(type) { + signal_moved.connect( + sigc::mem_fun(this, &PatchageModule::store_location)); } PatchageModule::~PatchageModule() -- cgit v1.2.1