diff view/Pane.h @ 753:09e2677e34e7 tonioni

Fix fancy note-editing mode (was not working in new multi-layer world, and shift-click delete was broken)
author Chris Cannam
date Tue, 01 Apr 2014 21:18:31 +0100
parents 711ae36a53a2
children 30bc7b2155dc
line wrap: on
line diff
--- a/view/Pane.h	Tue Apr 01 16:20:55 2014 +0100
+++ b/view/Pane.h	Tue Apr 01 21:18:31 2014 +0100
@@ -136,6 +136,8 @@
     void updateContextHelp(const QPoint *pos);
     void edgeScrollMaybe(int x);
 
+    Layer *getTopFlexiNoteLayer();
+
     bool m_identifyFeatures;
     QPoint m_identifyPoint;
     QPoint m_clickPos;