fix setting sync point crash, reinstate keymouse zoom tentatively

git-svn-id: svn://localhost/trunk/ardour2@284 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Nick Mainsbridge 2006-01-21 00:11:03 +00:00
parent a54169c198
commit 897d071e97
3 changed files with 61 additions and 19 deletions

View file

@ -870,7 +870,7 @@ Editor::set_frames_per_unit (double fpu)
which will do the same updates.
*/
if (session) {
if (session && !no_zoom_repos_update) {
horizontal_adjustment.set_upper (session->current_end_frame() / frames_per_unit);
}