mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-28 09:27:39 +01:00
a few changes to fix region dragging, all related to coordinate system handling, which is now much simpler with the new canvas; more debugging output when asked for
This commit is contained in:
parent
cfe4bfb732
commit
af4539f857
11 changed files with 117 additions and 97 deletions
|
|
@ -1016,8 +1016,6 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
|
|||
bool deferred_control_scroll (framepos_t);
|
||||
sigc::connection control_scroll_connection;
|
||||
|
||||
gdouble get_trackview_group_vertical_offset () const { return vertical_adjustment.get_value (); }
|
||||
|
||||
ArdourCanvas::Group* get_background_group () const { return _background_group; }
|
||||
ArdourCanvas::Group* get_trackview_group () const { return _trackview_group; }
|
||||
void tie_vertical_scrolling ();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue