summaryrefslogtreecommitdiffstats
path: root/src/gui/NodeModule.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-05-28 15:18:51 +0000
committerDavid Robillard <d@drobilla.net>2009-05-28 15:18:51 +0000
commiteae3b1c1e100fc1b705a2d664cffae4aa5802568 (patch)
tree6828e02a8a32f7329728029630a34182498f5c3b /src/gui/NodeModule.cpp
parent6617930ccdc4f224fb6c7f4fe670cbd4374c6dae (diff)
downloadingen-eae3b1c1e100fc1b705a2d664cffae4aa5802568.tar.gz
ingen-eae3b1c1e100fc1b705a2d664cffae4aa5802568.tar.bz2
ingen-eae3b1c1e100fc1b705a2d664cffae4aa5802568.zip
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
Diffstat (limited to 'src/gui/NodeModule.cpp')
-rw-r--r--src/gui/NodeModule.cpp1
1 files changed, 1 insertions, 0 deletions
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") {