Fix #2932; arrange the view more carefully when going to start / end / wallclock.

git-svn-id: svn://localhost/ardour2/branches/3.0@6183 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2009-11-26 01:51:50 +00:00
parent 8cfc9679af
commit c07f42b9f4
3 changed files with 8 additions and 6 deletions

View file

@ -351,6 +351,8 @@ class PublicEditor : public Gtk::Window, public PBD::StatefulThingWithGoingAway
virtual void show_verbose_canvas_cursor_with (const std::string& txt) = 0;
virtual void hide_verbose_canvas_cursor() = 0;
virtual void center_screen (nframes64_t) = 0;
/// Singleton instance, set up by Editor::Editor()
static PublicEditor* _instance;