diff layer/NoteLayer.cpp @ 860:4a5d144bd5d0 tonioni

Merge from default branch
author Chris Cannam
date Tue, 09 Sep 2014 16:36:21 +0100
parents 0f5961c1bb6c
children b66fb15de477
line wrap: on
line diff
--- a/layer/NoteLayer.cpp	Tue Sep 02 16:23:48 2014 +0100
+++ b/layer/NoteLayer.cpp	Tue Sep 09 16:36:21 2014 +0100
@@ -49,6 +49,10 @@
     SingleColourLayer(),
     m_model(0),
     m_editing(false),
+    m_dragPointX(0),
+    m_dragPointY(0),
+    m_dragStartX(0),
+    m_dragStartY(0),
     m_originalPoint(0, 0.0, 0, 1.f, tr("New Point")),
     m_editingPoint(0, 0.0, 0, 1.f, tr("New Point")),
     m_editingCommand(0),