mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +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
|
|
@ -449,7 +449,6 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
|
|||
ArdourCanvas::Group* get_trackview_group () const { return _trackview_group; }
|
||||
ArdourCanvas::Group* get_time_bars_group () const;
|
||||
ArdourCanvas::Group* get_track_canvas_group () const;
|
||||
ArdourCanvas::GtkCanvasViewport* get_time_bars_canvas () const;
|
||||
ArdourCanvas::GtkCanvasViewport* get_track_canvas () const;
|
||||
|
||||
void override_visible_track_count ();
|
||||
|
|
@ -695,9 +694,6 @@ class Editor : public PublicEditor, public PBD::ScopedConnectionList, public ARD
|
|||
ArdourCanvas::GtkCanvas* _track_canvas;
|
||||
ArdourCanvas::GtkCanvasViewport* _track_canvas_viewport;
|
||||
|
||||
ArdourCanvas::GtkCanvas* _time_bars_canvas;
|
||||
ArdourCanvas::GtkCanvasViewport* _time_bars_canvas_viewport;
|
||||
|
||||
bool within_track_canvas;
|
||||
|
||||
friend class VerboseCursor;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue