Preserve and restore x and y origin of editor viewport in Editor state.
authorCarl Hetherington <carl@carlh.net>
Mon, 8 Feb 2010 01:25:06 +0000 (01:25 +0000)
committerCarl Hetherington <carl@carlh.net>
Mon, 8 Feb 2010 01:25:06 +0000 (01:25 +0000)
commitc3b5e572df797fcbe474f99c7ad4f4e499cbb9c7
tree6d92c9e46e25baf08a89ce77dd59736d52a67848
parent2c16f7aa7f7b78e84399d9ed0d8cf99a84d09eb6
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
gtk2_ardour/ardour_ui.cc
gtk2_ardour/editor.cc
gtk2_ardour/editor.h
gtk2_ardour/editor_audiotrack.cc
gtk2_ardour/editor_ops.cc