diff layer/NoteLayer.h @ 1422:6f51297a0250

Keep the point being edited highlighted while the edit dialog is open
author Chris Cannam
date Tue, 05 Mar 2019 10:02:48 +0000
parents a18e78b9c78b
children 2ee77c9974d7
line wrap: on
line diff
--- a/layer/NoteLayer.h	Mon Feb 18 14:33:35 2019 +0000
+++ b/layer/NoteLayer.h	Tue Mar 05 10:02:48 2019 +0000
@@ -155,6 +155,7 @@
     NoteModel::Point m_originalPoint;
     NoteModel::Point m_editingPoint;
     NoteModel::EditCommand *m_editingCommand;
+    bool m_editIsOpen;
     VerticalScale m_verticalScale;
 
     typedef std::set<NoteModel::Point, NoteModel::Point::Comparator> NoteSet;