Preserve and restore x and y origin of editor viewport in Editor state.

Clean up Editor's update of various things by:
1. merging Editor's handlers of SuperRapidScreenUpdate.
2. separating out work to be done on this update and work to be done
   on a locate.
Hopefully easier to understand this way.


git-svn-id: svn://localhost/ardour2/branches/3.0@6648 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-02-08 01:25:06 +00:00
parent 2c16f7aa7f
commit c3b5e572df
5 changed files with 150 additions and 158 deletions

View file

@ -820,7 +820,6 @@ Editor::cursor_to_region_boundary (bool with_selection, int32_t dir)
return;
}
_session->request_locate (target);
}