diff src/MainWindow.cpp @ 301:2023d5dd6614

adding a note after the last existing one is now possible (#974)
author matthiasm
date Thu, 12 Jun 2014 14:31:48 +0100
parents d4530fab80bd
children 528d207fd661
line wrap: on
line diff
--- a/src/MainWindow.cpp	Thu Jun 12 13:42:10 2014 +0100
+++ b/src/MainWindow.cpp	Thu Jun 12 14:31:48 2014 +0100
@@ -1115,8 +1115,8 @@
 void
 MainWindow::moveByOneNote(bool right, bool doSelect)
 {
-    // cerr << "MainWindow::moveByOneNote" << endl;
     int frame = m_viewManager->getPlaybackFrame();
+    cerr << "MainWindow::moveByOneNote startframe: " << frame << endl;
     
     Pane *p = m_analyser->getPane();
 
@@ -1166,6 +1166,7 @@
         }
         m_viewManager->setSelection(sel);
     }
+    cerr << "MainWindow::moveByOneNote endframe: " << frame << endl;
 }
 
 void