From 932a899e53ba1252d1983412e825fd08f2f99cdc Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 12 Jan 2013 00:17:35 +0000 Subject: Make double click show properties window. Fix crash on bad arc notifications. Show note label on nodes. Fix clash of machina_Edge and machina_MidiAction (duh). git-svn-id: http://svn.drobilla.net/lad/trunk/machina@4927 a436a847-0d15-0410-975c-d299462d15a1 --- src/engine/machina/URIs.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/engine/machina') diff --git a/src/engine/machina/URIs.hpp b/src/engine/machina/URIs.hpp index ae6cd2f..4838761 100644 --- a/src/engine/machina/URIs.hpp +++ b/src/engine/machina/URIs.hpp @@ -51,9 +51,9 @@ public: private: URIs() - : machina_Edge(43) - , machina_MidiAction(43) - , machina_Node(42) + : machina_Edge(100) + , machina_MidiAction(101) + , machina_Node(102) , machina_active(1) , machina_canvas_x(2) , machina_canvas_y(3) -- cgit v1.2.1