From b64e858af397e51c1f1bad95a1747a54a85ab744 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Nusser?= Date: Sun, 10 Jun 2018 13:53:06 +0200 Subject: Add instrument label and highlight of drums. --- plugingui/colour.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugingui/colour.h') diff --git a/plugingui/colour.h b/plugingui/colour.h index 232b0b9..0bfe80d 100644 --- a/plugingui/colour.h +++ b/plugingui/colour.h @@ -59,7 +59,7 @@ struct ColourHasher // TODO: replace by something reasonable std::size_t operator()(const Colour& colour) const { - return 7*colour.red() + 11*colour.green() + 13*colour.blue() + 17*colour.alpha(); + return 7*colour.red() + 11*colour.green() + 13*colour.blue()/* + 17*colour.alpha()*/; } }; -- cgit v1.2.3