From 1f22a1e6dce27a9ce1b4ccd434be371994ae14e6 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 31 Mar 2014 02:28:26 +0000 Subject: Make port colours configurable. git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@5350 a436a847-0d15-0410-975c-d299462d15a1 --- src/PatchageEvent.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/PatchageEvent.cpp') diff --git a/src/PatchageEvent.cpp b/src/PatchageEvent.cpp index 895c071..a30ea57 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->get_fill_color() + 0x22222200); + port_1, port_2, port_1->get_fill_color()); } else if (_type == DISCONNECTION) { -- cgit v1.2.1