From eae3b1c1e100fc1b705a2d664cffae4aa5802568 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 28 May 2009 15:18:51 +0000 Subject: Fix property saving to/from file (e.g. module locations). git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@2024 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/NodeModule.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/gui') diff --git a/src/gui/NodeModule.cpp b/src/gui/NodeModule.cpp index 99ffe4e3..a85a50b8 100644 --- a/src/gui/NodeModule.cpp +++ b/src/gui/NodeModule.cpp @@ -377,6 +377,7 @@ NodeModule::store_location() void NodeModule::set_property(const URI& key, const Atom& value) { + cerr << "SET " << key << " = " << value << " :: " << value.type() << endl; switch (value.type()) { case Atom::FLOAT: if (key.str() == "ingenuity:canvas-x") { -- cgit v1.2.1