Mercurial > hg > tony
changeset 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 | eabc9b0b2205 |
children | 528d207fd661 |
files | .hgsubstate src/MainWindow.cpp |
diffstat | 2 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/.hgsubstate Thu Jun 12 13:42:10 2014 +0100 +++ b/.hgsubstate Thu Jun 12 14:31:48 2014 +0100 @@ -4,4 +4,4 @@ 27d4e7152c954bf3c4387319db088fb3cd02436b sv-dependency-builds 42a5801da931d1c4c3b42aa1d62cd8de7636f5cf svapp e88a15c25a4a5323be1b339c03218c9a1001d0f3 svcore -b076cefaf7084884dbe2afe1a5432d8a7fb8ec32 svgui +0ba792bb235bfdbf11d4653ce41fdebf3d74bcc8 svgui
--- 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