Mercurial > hg > svgui
diff layer/FlexiNoteLayer.h @ 784:3a52b458fcd5 tonioni
fixed note delete bug (now deletes when any overlap with the selection occurs)
author | matthiasm |
---|---|
date | Wed, 11 Jun 2014 19:41:29 +0100 |
parents | 09e2677e34e7 |
children | 40c6c9344ff6 |
line wrap: on
line diff
--- a/layer/FlexiNoteLayer.h Tue Jun 03 11:14:34 2014 +0100 +++ b/layer/FlexiNoteLayer.h Wed Jun 11 19:41:29 2014 +0100 @@ -73,6 +73,7 @@ virtual void moveSelection(Selection s, size_t newStartFrame); virtual void resizeSelection(Selection s, Selection newSize); virtual void deleteSelection(Selection s); + virtual void deleteSelectionInclusive(Selection s); virtual void copy(View *v, Selection s, Clipboard &to); virtual bool paste(View *v, const Clipboard &from, int frameOffset,