# HG changeset patch # User Chris Cannam # Date 1214484083 0 # Node ID 7920688d8e7064901fbcbd43f8dc8d5e80a577a6 # Parent 4075bf03faef5c58a0c21b1ccaafe2fb8833ec06 * Fix two problems reported by Matthias in the data editor window: - highlighted row was incorrect (it was highlighting the row for the next item after the current position, not the one before it as it should be) - making a row current moved the centre frame of the view, but did not change the playback position as it should do diff -r 4075bf03faef -r 7920688d8e70 widgets/ModelDataTableDialog.cpp --- a/widgets/ModelDataTableDialog.cpp Wed Jun 18 15:53:23 2008 +0000 +++ b/widgets/ModelDataTableDialog.cpp Thu Jun 26 12:41:23 2008 +0000 @@ -178,8 +178,8 @@ // should only select if no part of the desired row is currently selected - std::cerr << "rh = " << rh << ", row = " << row << ", scrolling to " - << topRow << std::endl; +// std::cerr << "rh = " << rh << ", row = " << row << ", scrolling to " +// << topRow << std::endl; int pos = m_tableView->rowViewportPosition(row);