mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
Create the session range location as and when the session first gets some content. Allows both the beginning and end of the range to expand to contain the actual session contents.
git-svn-id: svn://localhost/ardour2/branches/3.0@7087 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
acfc44f388
commit
792e3de1d4
18 changed files with 175 additions and 138 deletions
|
|
@ -898,7 +898,6 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
|
|||
Gtk::Table edit_packer;
|
||||
|
||||
Gtk::Adjustment vertical_adjustment;
|
||||
double _horizontal_position;
|
||||
|
||||
Gtk::Layout controls_layout;
|
||||
bool control_layout_scroll (GdkEventScroll* ev);
|
||||
|
|
@ -936,6 +935,7 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
|
|||
double last_trackview_group_vertical_offset;
|
||||
void tie_vertical_scrolling ();
|
||||
void set_horizontal_position (double);
|
||||
double horizontal_position () const;
|
||||
void scroll_canvas_vertically ();
|
||||
|
||||
struct VisualChange {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue