From c0ce35232594b1aa07473f8e61fcee14cf97fbe8 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 8 Jan 2013 16:31:01 +0000 Subject: =?UTF-8?q?Don't=20highlight=20fill=20colour=20on=20mouse=20hover.?= =?UTF-8?q?=20Fi=C3=97=20embedded=20plugin=20UI=20Gtk=20style=20to=20match?= =?UTF-8?q?=20block=20background.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://svn.drobilla.net/lad/trunk/ganv@4907 a436a847-0d15-0410-975c-d299462d15a1 --- src/node.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/node.c') diff --git a/src/node.c b/src/node.c index 8bafbde..2a44d64 100644 --- a/src/node.c +++ b/src/node.c @@ -287,7 +287,6 @@ ganv_node_get_draw_properties(const GanvNode* node, } if (impl->highlighted) { - *fill_color = highlight_color(impl->fill_color, 0x20); *border_color = highlight_color(impl->border_color, 0x20); } } -- cgit v1.2.1