From ab32c5c1c32beacfd34489683627ca253966bc6b Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 1 Dec 2011 20:53:28 +0000 Subject: Use consistent property wrappers for x and y coordinates. git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@3730 a436a847-0d15-0410-975c-d299462d15a1 --- src/PatchageModule.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/PatchageModule.cpp') diff --git a/src/PatchageModule.cpp b/src/PatchageModule.cpp index e9743f5..8410403 100644 --- a/src/PatchageModule.cpp +++ b/src/PatchageModule.cpp @@ -106,7 +106,7 @@ PatchageModule::load_location() void PatchageModule::store_location() { - Coord loc(property_x(), property_y()); + Coord loc(get_x(), get_y()); _app->state_manager()->set_module_location(_name, _type, loc); } -- cgit v1.2.1