diff options
-rw-r--r-- | src/PatchageModule.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
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() |