mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
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:
parent
8cfc9679af
commit
c07f42b9f4
3 changed files with 8 additions and 6 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue