mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
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:
parent
a54169c198
commit
897d071e97
3 changed files with 61 additions and 19 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue