mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
remove timebar canvas and just use a single canvas instead. This is just part one - lots of minor fixes to be done
This commit is contained in:
parent
c9f890bd7c
commit
5696199daf
9 changed files with 27 additions and 62 deletions
|
|
@ -367,7 +367,6 @@ class PublicEditor : public Gtk::Window, public PBD::StatefulDestructible, publi
|
|||
virtual ArdourCanvas::Group* get_time_bars_group () const = 0;
|
||||
virtual ArdourCanvas::Group* get_track_canvas_group () const = 0;
|
||||
|
||||
virtual ArdourCanvas::GtkCanvasViewport* get_time_bars_canvas() const = 0;
|
||||
virtual ArdourCanvas::GtkCanvasViewport* get_track_canvas() const = 0;
|
||||
|
||||
virtual TimeAxisView* axis_view_from_route (boost::shared_ptr<ARDOUR::Route>) const = 0;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue