Mercurial > hg > tony
diff src/MainWindow.h @ 194:34797795a76c
Clearing the selection by hitting Esc now restores the selected region of the pitch track to its contents from before the selection was made (and any alternate candidate chosen). Fixes feature #885
author | Chris Cannam |
---|---|
date | Wed, 05 Mar 2014 10:38:23 +0000 |
parents | 431a95c9d14d |
children | bb391844e2aa |
line wrap: on
line diff
--- a/src/MainWindow.h Wed Mar 05 09:45:17 2014 +0000 +++ b/src/MainWindow.h Wed Mar 05 10:38:23 2014 +0000 @@ -69,7 +69,7 @@ virtual void playNotesToggled(); virtual void doubleClickSelectInvoked(size_t); - virtual void clearSelection(); + virtual void abandonSelection(); virtual void paneAdded(Pane *); virtual void paneHidden(Pane *);