summaryrefslogtreecommitdiffstats
path: root/src/PatchageEvent.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-12-01 23:08:55 +0000
committerDavid Robillard <d@drobilla.net>2011-12-01 23:08:55 +0000
commit05b451e8be70bb49c1ac663cdbef6640fc2c5045 (patch)
tree9e205bde374787485ab58b2f263b39192e24e03f /src/PatchageEvent.cpp
parentab32c5c1c32beacfd34489683627ca253966bc6b (diff)
downloadpatchage-05b451e8be70bb49c1ac663cdbef6640fc2c5045.tar.gz
patchage-05b451e8be70bb49c1ac663cdbef6640fc2c5045.tar.bz2
patchage-05b451e8be70bb49c1ac663cdbef6640fc2c5045.zip
Move color stuff down to C level.
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@3733 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/PatchageEvent.cpp')
-rw-r--r--src/PatchageEvent.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PatchageEvent.cpp b/src/PatchageEvent.cpp
index 4f3c8d5..b6cd6e1 100644
--- a/src/PatchageEvent.cpp
+++ b/src/PatchageEvent.cpp
@@ -92,7 +92,7 @@ PatchageEvent::execute(Patchage* patchage)
% _port_2).str());
else
patchage->canvas()->make_connection(
- port_1, port_2, port_1->color() + 0x22222200);
+ port_1, port_2, port_1->get_fill_color() + 0x22222200);
} else if (_type == DISCONNECTION) {