From 0e03c5f94d91086ac1b9f3b42cee4459290e353e Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 2 Dec 2007 04:43:48 +0000 Subject: Ability to add notes to non-MIDI-note nodes (ie make noise with mouse only). Fix note label display. Canvas prettiness ++. git-svn-id: http://svn.drobilla.net/lad/machina@937 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/NodeView.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/NodeView.hpp') diff --git a/src/gui/NodeView.hpp b/src/gui/NodeView.hpp index 82c1bdb..a0dd5b8 100644 --- a/src/gui/NodeView.hpp +++ b/src/gui/NodeView.hpp @@ -35,7 +35,7 @@ public: void show_label(bool show); - void update_state(); + void update_state(bool show_labels); private: void handle_click(GdkEventButton* ev); -- cgit v1.2.1