Mercurial > hg > tony
diff src/MainWindow.h @ 139:995478fbbe17
Double-click in selection strip selects the region associated with the simultaneous note (if there is one)
author | Chris Cannam |
---|---|
date | Fri, 10 Jan 2014 14:18:37 +0000 |
parents | 06f9caf5928d |
children | edff2113260c |
line wrap: on
line diff
--- a/src/MainWindow.h Fri Jan 10 09:34:15 2014 +0000 +++ b/src/MainWindow.h Fri Jan 10 14:18:37 2014 +0000 @@ -55,6 +55,8 @@ virtual void cycleNotes(); virtual void updateLayerStatuses(); + virtual void doubleClickSelectInvoked(size_t); + virtual void paneAdded(Pane *); virtual void paneHidden(Pane *); virtual void paneAboutToBeDeleted(Pane *);