From 6d3f652624c18d960dbe34d65e333186b2dfd90a Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 12 Jan 2013 05:51:44 +0000 Subject: Fix node times when importing MIDI. git-svn-id: http://svn.drobilla.net/lad/trunk/machina@4934 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/NodePropertiesWindow.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui') diff --git a/src/gui/NodePropertiesWindow.cpp b/src/gui/NodePropertiesWindow.cpp index 52ad5af..9a76420 100644 --- a/src/gui/NodePropertiesWindow.cpp +++ b/src/gui/NodePropertiesWindow.cpp @@ -89,7 +89,7 @@ void NodePropertiesWindow::set_node(SharedPtr node) { _node = node; -#if 0 + #if 0 SharedPtr enter_action = PtrCast(node->enter_action()); if (enter_action && ( enter_action->event_size() > 1) && ( (enter_action->event()[0] & 0xF0) == 0x90) ) { @@ -102,7 +102,7 @@ NodePropertiesWindow::set_node(SharedPtr node) _note_spinbutton->hide(); } _duration_spinbutton->set_value(node->duration().to_double()); -#endif + #endif } void -- cgit v1.2.1