Mercurial > hg > svgui
changeset 727:4eb741d63161 tonioni
checking off show pitch turns off and disables play pitch button
author | Justin Salamon <justin.salamon@nyu.edu> |
---|---|
date | Mon, 24 Feb 2014 17:04:48 -0500 |
parents | 62e7d4b378ae |
children | 596414d20ef0 |
files | view/Pane.cpp |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/view/Pane.cpp Tue Feb 18 15:29:01 2014 -0500 +++ b/view/Pane.cpp Mon Feb 24 17:04:48 2014 -0500 @@ -1471,7 +1471,7 @@ else if (m_manager && !m_manager->haveInProgressSelection()) { //cerr << "JTEST: release without selection" << endl; - // Get frame locatrion of mouse + // Get frame location of mouse int mouseFrame = getFrameForX(e->x()); //cerr << "JTEST: frame location of click is " << mouseFrame << endl; // Move play head to that frame location